#534907

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

Shades of Bronze Olive #534907

Tints of Bronze Olive #534907

Color information

#534907 (or 0x534907) is unknown color: approx Bronze Olive. HEX triplet: 53, 49 and 07. RGB value is (83,73,7). Sum of RGB (Red+Green+Blue) = 83+73+7=163 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.92% from 163); Green value is 73 (28.91% from 255 or 44.79% from 163); Blue value is 7 (3.12% from 255 or 4.29% from 163); Max value from RGB is 83 - color contains mainly: red. Hex color #534907 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534907 is #ACB6F8. Grayscale: #444444. Windows color (decimal): -11319033 or 477523. OLE color: 477523.

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

Color convert

RGB83737-
CMYK00.120.920.67
HSL52.11º84.44%17.65%-
HSV(B)52.11º91.57%32.55%-
XYZ5.996.621.16-
YUV68.4793.31138.37-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 50.92%
GREEN value IS 73 (28.91% from 255) = 44.79%
BLUE value IS 7 (3.12% from 255) = 4.29%
R=50.92%
G=44.79%
B=4.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.92
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8373700.120.920.6752.1184.4417.65
Hex534970C5C43345412
Octal12311170141341036412422
Binary101001110010011110110010111001000011110100101010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534907

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534907; }

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

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

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

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

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

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

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

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