Html Css Color HEX #574908 Bronze Olive

📋 copy color: '#574908'

red 87 ◦ green 73 ◦ blue 8

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

Shades of Bronze Olive #574908

Tints of Bronze Olive #574908

RGB

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

 GREEN value IS 73 (28.91% from 255) = 43.45%

 BLUE value IS 8 (3.52% from 255) = 4.76%

R = 51.79%
G = 43.45%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.91

 K value IS 0.66

RGB Variations

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

Color information

#574908 (or 0x574908) is known color: Bronze Olive. HEX triplet: 57, 49 and 08. RGB value is (87,73,8). Sum of RGB (Red+Green+Blue) = 87+73+8=168 (22% of max value = 765). Red value is 87 (34.38% from 255 or 51.79% from 168); Green value is 73 (28.91% from 255 or 43.45% from 168); Blue value is 8 (3.52% from 255 or 4.76% from 168); Max value from RGB is 87 - color contains mainly: red. Hex color #574908 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574908 is #A8B6F7. Grayscale: #464646. Windows color (decimal): -11056888 or 543063. OLE color: 543063.

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

Color convert

RGB 87 73 8 -
CMYK 0 0.16 0.91 0.66
HSL 49.37º 0.83% 0.19% -
HSV(B) 49.37º 0.91% 0.34% -
XYZ 6.36 6.81 1.21 -
YUV 69.78 93.14 140.29 -
System Red Green Blue C M Y K H S L
Decimal 87 73 8 0 0.16 0.91 0.66 49.37 0.83 0.19
Hex 57 49 8 0 10 5B 42 31 53 13
Octal 127 111 10 0 20 133 102 61 123 23
Binary 1010111 1001001 1000 0 10000 1011011 1000010 110001 1010011 10011

Color Harmonies of #574908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574908

Black with #574908

Text Example


Text Example

White with #574908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574908; }

 p { color: rgb(87,73,8); }

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

background-color css

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

 a { background-color: rgb(87,73,8); }

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

border-color css

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

 span { border-color: rgb(87,73,8); }

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