Html Css Color HEX #574D08 Bronze Olive

📋 copy color: '#574D08'

red 87 ◦ green 77 ◦ blue 8

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

Shades of Bronze Olive #574D08

Tints of Bronze Olive #574D08

RGB

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

 GREEN value IS 77 (30.47% from 255) = 44.77%

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

R = 50.58%
G = 44.77%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.91

 K value IS 0.66

RGB Variations

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

Color information

#574D08 (or 0x574D08) is known color: Bronze Olive. HEX triplet: 57, 4D and 08. RGB value is (87,77,8). Sum of RGB (Red+Green+Blue) = 87+77+8=172 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.58% from 172); Green value is 77 (30.47% from 255 or 44.77% from 172); Blue value is 8 (3.52% from 255 or 4.65% from 172); Max value from RGB is 87 - color contains mainly: red. Hex color #574D08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #574D08 is #A8B2F7. Grayscale: #484848. Windows color (decimal): -11055864 or 544087. OLE color: 544087.

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

Color convert

RGB 87 77 8 -
CMYK 0 0.11 0.91 0.66
HSL 52.41º 0.83% 0.19% -
HSV(B) 52.41º 0.91% 0.34% -
XYZ 6.63 7.35 1.3 -
YUV 72.12 91.81 138.61 -
System Red Green Blue C M Y K H S L
Decimal 87 77 8 0 0.11 0.91 0.66 52.41 0.83 0.19
Hex 57 4D 8 0 B 5B 42 34 53 13
Octal 127 115 10 0 13 133 102 64 123 23
Binary 1010111 1001101 1000 0 1011 1011011 1000010 110100 1010011 10011

Color Harmonies of #574D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574D08

Black with #574D08

Text Example


Text Example

White with #574D08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574D08; }

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

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

background-color css

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

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

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

border-color css

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

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

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