#534B0E

Color #534B0E Bronze Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronze Olive #534B0E

Tints of Bronze Olive #534B0E

Color information

#534B0E (or 0x534B0E) is unknown color: approx Bronze Olive. HEX triplet: 53, 4B and 0E. RGB value is (83,75,14). Sum of RGB (Red+Green+Blue) = 83+75+14=172 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.26% from 172); Green value is 75 (29.69% from 255 or 43.60% from 172); Blue value is 14 (5.86% from 255 or 8.14% from 172); Max value from RGB is 83 - color contains mainly: red. Hex color #534B0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534B0E is #ACB4F1. Grayscale: #464646. Windows color (decimal): -11318514 or 936787. OLE color: 936787.

HSL color Cylindrical-coordinate representation of color #534B0E: hue angle of 53.04º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #534B0E is Cyan = 0, Magento = 0.10, Yellow = 0.83 and Black (K on CMYK) = 0.67.

Color convert

RGB837514-
CMYK00.100.830.67
HSL53.04º71.13%19.02%-
HSV(B)53.04º83.13%32.55%-
XYZ6.166.91.42-
YUV70.4496.15136.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 83 (32.81% from 255) = 48.26%
GREEN value IS 75 (29.69% from 255) = 43.60%
BLUE value IS 14 (5.86% from 255) = 8.14%
R=48.26%
G=43.60%
B=8.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.83
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83751400.100.830.6753.0471.1319.02
Hex534BE0A5343354713
Octal123113160121231036510723
Binary1010011100101111100101010100111000011110101100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534B0E; }

 p { color: rgb(83,75,14); }

 H1.HeaderClassName
 {
   color: #534B0E;
 }
 .AnyTagClassName
 {
   color: #534B0E;
 }
</style>
background-color css

<style>
 a { background-color: #534B0E; }

 a { background-color: rgb(83,75,14); }

 div.DivClassName
 {
   background-color: #534B0E;
 }
 .BgClassName
 {
   background-color: #534B0E;
 }
</style>
border-color css

<style>
 span { border-color: #534B0E; }

 span { border-color: rgb(83,75,14); }

 td.TdClassName
 {
   border-color: #534B0E;
 }
 .TagClassName
 {
   border-color: #534B0E;
 }
</style>