Html Css Color HEX #574708 Bronze Olive

📋 copy color: '#574708'

red 87 ◦ green 71 ◦ blue 8

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

Shades of Bronze Olive #574708

Tints of Bronze Olive #574708

RGB

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

 GREEN value IS 71 (28.13% from 255) = 42.77%

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

R = 52.41%
G = 42.77%
B = 4.82%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.91

 K value IS 0.66

RGB Variations

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

Color information

#574708 (or 0x574708) is known color: Bronze Olive. HEX triplet: 57, 47 and 08. RGB value is (87,71,8). Sum of RGB (Red+Green+Blue) = 87+71+8=166 (21% of max value = 765). Red value is 87 (34.38% from 255 or 52.41% from 166); Green value is 71 (28.12% from 255 or 42.77% from 166); Blue value is 8 (3.52% from 255 or 4.82% from 166); Max value from RGB is 87 - color contains mainly: red. Hex color #574708 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574708 is #A8B8F7. Grayscale: #444444. Windows color (decimal): -11057400 or 542551. OLE color: 542551.

HSL color Cylindrical-coordinate representation of color #574708: hue angle of 47.85º 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 #574708 is Cyan = 0, Magento = 0.18, Yellow = 0.91 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 71 8 -
CMYK 0 0.18 0.91 0.66
HSL 47.85º 0.83% 0.19% -
HSV(B) 47.85º 0.91% 0.34% -
XYZ 6.23 6.55 1.17 -
YUV 68.6 93.8 141.12 -
System Red Green Blue C M Y K H S L
Decimal 87 71 8 0 0.18 0.91 0.66 47.85 0.83 0.19
Hex 57 47 8 0 12 5B 42 30 53 13
Octal 127 107 10 0 22 133 102 60 123 23
Binary 1010111 1000111 1000 0 10010 1011011 1000010 110000 1010011 10011

Color Harmonies of #574708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574708

Black with #574708

Text Example


Text Example

White with #574708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574708; }

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

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

background-color css

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

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

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

border-color css

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

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

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