Html Css Color HEX #575225 Bronze Olive

📋 copy color: '#575225'

red 87 ◦ green 82 ◦ blue 37

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

Shades of Bronze Olive #575225

Tints of Bronze Olive #575225

RGB

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

 GREEN value IS 82 (32.42% from 255) = 39.81%

 BLUE value IS 37 (14.84% from 255) = 17.96%

R = 42.23%
G = 39.81%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.57

 K value IS 0.66

RGB Variations

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

Color information

#575225 (or 0x575225) is known color: Bronze Olive. HEX triplet: 57, 52 and 25. RGB value is (87,82,37). Sum of RGB (Red+Green+Blue) = 87+82+37=206 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.23% from 206); Green value is 82 (32.42% from 255 or 39.81% from 206); Blue value is 37 (14.84% from 255 or 17.96% from 206); Max value from RGB is 87 - color contains mainly: red. Hex color #575225 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575225 is #A8ADDA. Grayscale: #4E4E4E. Windows color (decimal): -11054555 or 2445911. OLE color: 2445911.

HSL color Cylindrical-coordinate representation of color #575225: hue angle of 54º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #575225 is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 82 37 -
CMYK 0 0.06 0.57 0.66
HSL 54º 0.4% 0.24% -
HSV(B) 54º 0.57% 0.34% -
XYZ 7.28 8.19 2.95 -
YUV 78.37 104.66 134.16 -
System Red Green Blue C M Y K H S L
Decimal 87 82 37 0 0.06 0.57 0.66 54 0.4 0.24
Hex 57 52 25 0 6 39 42 36 28 18
Octal 127 122 45 0 6 71 102 66 50 30
Binary 1010111 1010010 100101 0 110 111001 1000010 110110 101000 11000

Color Harmonies of #575225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575225

Black with #575225

Text Example


Text Example

White with #575225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575225; }

 p { color: rgb(87,82,37); }

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

background-color css

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

 a { background-color: rgb(87,82,37); }

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

border-color css

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

 span { border-color: rgb(87,82,37); }

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