Html Css Color HEX #575004 Bronze Olive

📋 copy color: '#575004'

red 87 ◦ green 80 ◦ blue 4

#575004
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bronze Olive #575004

Tints of Bronze Olive #575004

RGB

 RED value IS 87 (34.38% from 255) = 50.88%

 GREEN value IS 80 (31.64% from 255) = 46.78%

 BLUE value IS 4 (1.95% from 255) = 2.34%

R = 50.88%
G = 46.78%
B = 2.34%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.95

 K value IS 0.66

RGB Variations

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

Color information

#575004 (or 0x575004) is known color: Bronze Olive. HEX triplet: 57, 50 and 04. RGB value is (87,80,4). Sum of RGB (Red+Green+Blue) = 87+80+4=171 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.88% from 171); Green value is 80 (31.64% from 255 or 46.78% from 171); Blue value is 4 (1.95% from 255 or 2.34% from 171); Max value from RGB is 87 - color contains mainly: red. Hex color #575004 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575004 is #A8AFFB. Grayscale: #494949. Windows color (decimal): -11055100 or 282711. OLE color: 282711.

HSL color Cylindrical-coordinate representation of color #575004: hue angle of 54.94º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #575004 is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 80 4 -
CMYK 0 0.08 0.95 0.66
HSL 54.94º 0.91% 0.18% -
HSV(B) 54.94º 0.95% 0.34% -
XYZ 6.82 7.77 1.26 -
YUV 73.43 88.82 137.68 -
System Red Green Blue C M Y K H S L
Decimal 87 80 4 0 0.08 0.95 0.66 54.94 0.91 0.18
Hex 57 50 4 0 8 5F 42 37 5B 12
Octal 127 120 4 0 10 137 102 67 133 22
Binary 1010111 1010000 100 0 1000 1011111 1000010 110111 1011011 10010

Color Harmonies of #575004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575004

Black with #575004

Text Example


Text Example

White with #575004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575004; }

 p { color: rgb(87,80,4); }

 H1.HeaderClassName
 {
   color: #575004;
 }
 .AnyTagClassName
 {
   color: #575004;
 }
</style>

background-color css

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

 a { background-color: rgb(87,80,4); }

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

border-color css

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

 span { border-color: rgb(87,80,4); }

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