#534B0C

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

Shades of Bronze Olive #534B0C

Tints of Bronze Olive #534B0C

Color information

#534B0C (or 0x534B0C) is unknown color: approx Bronze Olive. HEX triplet: 53, 4B and 0C. RGB value is (83,75,12). Sum of RGB (Red+Green+Blue) = 83+75+12=170 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.82% from 170); Green value is 75 (29.69% from 255 or 44.12% from 170); Blue value is 12 (5.08% from 255 or 7.06% from 170); Max value from RGB is 83 - color contains mainly: red. Hex color #534B0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534B0C is #ACB4F3. Grayscale: #464646. Windows color (decimal): -11318516 or 805715. OLE color: 805715.

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

Color convert

RGB837512-
CMYK00.100.860.67
HSL53.24º74.74%18.63%-
HSV(B)53.24º85.54%32.55%-
XYZ6.156.91.36-
YUV70.2195.15137.12-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 48.82%
GREEN value IS 75 (29.69% from 255) = 44.12%
BLUE value IS 12 (5.08% from 255) = 7.06%
R=48.82%
G=44.12%
B=7.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.86
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83751200.100.860.6753.2474.7418.63
Hex534BC0A5643354b13
Octal123113140121261036511323
Binary1010011100101111000101010101101000011110101100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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