#534707

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

Shades of Bronze Olive #534707

Tints of Bronze Olive #534707

Color information

#534707 (or 0x534707) is unknown color: approx Bronze Olive. HEX triplet: 53, 47 and 07. RGB value is (83,71,7). Sum of RGB (Red+Green+Blue) = 83+71+7=161 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.55% from 161); Green value is 71 (28.12% from 255 or 44.10% from 161); Blue value is 7 (3.12% from 255 or 4.35% from 161); Max value from RGB is 83 - color contains mainly: red. Hex color #534707 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534707 is #ACB8F8. Grayscale: #434343. Windows color (decimal): -11319545 or 477011. OLE color: 477011.

HSL color Cylindrical-coordinate representation of color #534707: hue angle of 50.53º 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 #534707 is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.67.

Color convert

RGB83717-
CMYK00.140.920.67
HSL50.53º84.44%17.65%-
HSV(B)50.53º91.57%32.55%-
XYZ5.866.361.12-
YUV67.2993.98139.2-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 51.55%
GREEN value IS 71 (28.12% from 255) = 44.10%
BLUE value IS 7 (3.12% from 255) = 4.35%
R=51.55%
G=44.10%
B=4.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.92
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8371700.140.920.6750.5384.4417.65
Hex534770E5C43335412
Octal12310770161341036312422
Binary101001110001111110111010111001000011110011101010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534707; }

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

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

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

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

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

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

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

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