Html Css Color HEX #574728 Bronze Olive

📋 copy color: '#574728'

red 87 ◦ green 71 ◦ blue 40

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

Shades of Bronze Olive #574728

Tints of Bronze Olive #574728

RGB

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

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

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

R = 43.94%
G = 35.86%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.54

 K value IS 0.66

RGB Variations

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

Color information

#574728 (or 0x574728) is known color: Bronze Olive. HEX triplet: 57, 47 and 28. RGB value is (87,71,40). Sum of RGB (Red+Green+Blue) = 87+71+40=198 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.94% from 198); Green value is 71 (28.12% from 255 or 35.86% from 198); Blue value is 40 (16.02% from 255 or 20.20% from 198); Max value from RGB is 87 - color contains mainly: red. Hex color #574728 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574728 is #A8B8D7. Grayscale: #484848. Windows color (decimal): -11057368 or 2639703. OLE color: 2639703.

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

Color convert

RGB 87 71 40 -
CMYK 0 0.18 0.54 0.66
HSL 39.57º 0.37% 0.25% -
HSV(B) 39.57º 0.54% 0.34% -
XYZ 6.57 6.69 2.95 -
YUV 72.25 109.8 138.52 -
System Red Green Blue C M Y K H S L
Decimal 87 71 40 0 0.18 0.54 0.66 39.57 0.37 0.25
Hex 57 47 28 0 12 36 42 28 25 19
Octal 127 107 50 0 22 66 102 50 45 31
Binary 1010111 1000111 101000 0 10010 110110 1000010 101000 100101 11001

Color Harmonies of #574728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574728

Black with #574728

Text Example


Text Example

White with #574728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574728; }

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

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

background-color css

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

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

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

border-color css

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

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

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