Html Css Color HEX #574B28 Bronze Olive

📋 copy color: '#574B28'

red 87 ◦ green 75 ◦ blue 40

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

Shades of Bronze Olive #574B28

Tints of Bronze Olive #574B28

RGB

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

 GREEN value IS 75 (29.69% from 255) = 37.13%

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

R = 43.07%
G = 37.13%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.54

 K value IS 0.66

RGB Variations

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

Color information

#574B28 (or 0x574B28) is known color: Bronze Olive. HEX triplet: 57, 4B and 28. RGB value is (87,75,40). Sum of RGB (Red+Green+Blue) = 87+75+40=202 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.07% from 202); Green value is 75 (29.69% from 255 or 37.13% from 202); Blue value is 40 (16.02% from 255 or 19.80% from 202); Max value from RGB is 87 - color contains mainly: red. Hex color #574B28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574B28 is #A8B4D7. Grayscale: #4A4A4A. Windows color (decimal): -11056344 or 2640727. OLE color: 2640727.

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

Color convert

RGB 87 75 40 -
CMYK 0 0.14 0.54 0.66
HSL 44.68º 0.37% 0.25% -
HSV(B) 44.68º 0.54% 0.34% -
XYZ 6.83 7.21 3.04 -
YUV 74.6 108.48 136.85 -
System Red Green Blue C M Y K H S L
Decimal 87 75 40 0 0.14 0.54 0.66 44.68 0.37 0.25
Hex 57 4B 28 0 E 36 42 2D 25 19
Octal 127 113 50 0 16 66 102 55 45 31
Binary 1010111 1001011 101000 0 1110 110110 1000010 101101 100101 11001

Color Harmonies of #574B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574B28

Black with #574B28

Text Example


Text Example

White with #574B28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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