Html Css Color HEX #574C28 Bronze Olive

📋 copy color: '#574C28'

red 87 ◦ green 76 ◦ blue 40

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

Shades of Bronze Olive #574C28

Tints of Bronze Olive #574C28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 19.7%

R = 42.86%
G = 37.44%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.54

 K value IS 0.66

RGB Variations

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

Color information

#574C28 (or 0x574C28) is known color: Bronze Olive. HEX triplet: 57, 4C and 28. RGB value is (87,76,40). Sum of RGB (Red+Green+Blue) = 87+76+40=203 (26% of max value = 765). Red value is 87 (34.38% from 255 or 42.86% from 203); Green value is 76 (30.08% from 255 or 37.44% from 203); Blue value is 40 (16.02% from 255 or 19.70% from 203); Max value from RGB is 87 - color contains mainly: red. Hex color #574C28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574C28 is #A8B3D7. Grayscale: #4B4B4B. Windows color (decimal): -11056088 or 2640983. OLE color: 2640983.

HSL color Cylindrical-coordinate representation of color #574C28: hue angle of 45.96º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #574C28 is Cyan = 0, Magento = 0.13, Yellow = 0.54 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 76 40 -
CMYK 0 0.13 0.54 0.66
HSL 45.96º 0.37% 0.25% -
HSV(B) 45.96º 0.54% 0.34% -
XYZ 6.9 7.35 3.06 -
YUV 75.19 108.14 136.43 -
System Red Green Blue C M Y K H S L
Decimal 87 76 40 0 0.13 0.54 0.66 45.96 0.37 0.25
Hex 57 4C 28 0 D 36 42 2E 25 19
Octal 127 114 50 0 15 66 102 56 45 31
Binary 1010111 1001100 101000 0 1101 110110 1000010 101110 100101 11001

Color Harmonies of #574C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574C28

Black with #574C28

Text Example


Text Example

White with #574C28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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