#534C07

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

Shades of Bronze Olive #534C07

Tints of Bronze Olive #534C07

Color information

#534C07 (or 0x534C07) is unknown color: approx Bronze Olive. HEX triplet: 53, 4C and 07. RGB value is (83,76,7). Sum of RGB (Red+Green+Blue) = 83+76+7=166 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50% from 166); Green value is 76 (30.08% from 255 or 45.78% from 166); Blue value is 7 (3.12% from 255 or 4.22% from 166); Max value from RGB is 83 - color contains mainly: red. Hex color #534C07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534C07 is #ACB3F8. Grayscale: #464646. Windows color (decimal): -11318265 or 478291. OLE color: 478291.

HSL color Cylindrical-coordinate representation of color #534C07: hue angle of 54.47º degrees, saturation: 0.84, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #534C07 is Cyan = 0, Magento = 0.08, Yellow = 0.92 and Black (K on CMYK) = 0.67.

Color convert

RGB83767-
CMYK00.080.920.67
HSL54.47º84.44%17.65%-
HSV(B)54.47º91.57%32.55%-
XYZ6.197.021.23-
YUV70.2392.32137.11-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 50%
GREEN value IS 76 (30.08% from 255) = 45.78%
BLUE value IS 7 (3.12% from 255) = 4.22%
R=50%
G=45.78%
B=4.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.92
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8376700.080.920.6754.4784.4417.65
Hex534C7085C43365412
Octal12311470101341036612422
Binary101001110011001110100010111001000011110110101010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,76,7); }

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

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

 a { background-color: rgb(83,76,7); }

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

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

 span { border-color: rgb(83,76,7); }

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