Html Css Color HEX #574C08 Bronze Olive

📋 copy color: '#574C08'

red 87 ◦ green 76 ◦ blue 8

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

Shades of Bronze Olive #574C08

Tints of Bronze Olive #574C08

RGB

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

 GREEN value IS 76 (30.08% from 255) = 44.44%

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

R = 50.88%
G = 44.44%
B = 4.68%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.91

 K value IS 0.66

RGB Variations

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

Color information

#574C08 (or 0x574C08) is known color: Bronze Olive. HEX triplet: 57, 4C and 08. RGB value is (87,76,8). Sum of RGB (Red+Green+Blue) = 87+76+8=171 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.88% from 171); Green value is 76 (30.08% from 255 or 44.44% from 171); Blue value is 8 (3.52% from 255 or 4.68% from 171); Max value from RGB is 87 - color contains mainly: red. Hex color #574C08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #574C08 is #A8B3F7. Grayscale: #474747. Windows color (decimal): -11056120 or 543831. OLE color: 543831.

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

Color convert

RGB 87 76 8 -
CMYK 0 0.13 0.91 0.66
HSL 51.65º 0.83% 0.19% -
HSV(B) 51.65º 0.91% 0.34% -
XYZ 6.56 7.21 1.28 -
YUV 71.54 92.14 139.03 -
System Red Green Blue C M Y K H S L
Decimal 87 76 8 0 0.13 0.91 0.66 51.65 0.83 0.19
Hex 57 4C 8 0 D 5B 42 34 53 13
Octal 127 114 10 0 15 133 102 64 123 23
Binary 1010111 1001100 1000 0 1101 1011011 1000010 110100 1010011 10011

Color Harmonies of #574C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574C08

Black with #574C08

Text Example


Text Example

White with #574C08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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