Html Css Color HEX #575325 Bronze Olive

📋 copy color: '#575325'

red 87 ◦ green 83 ◦ blue 37

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

Shades of Bronze Olive #575325

Tints of Bronze Olive #575325

RGB

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

 GREEN value IS 83 (32.81% from 255) = 40.1%

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

R = 42.03%
G = 40.1%
B = 17.87%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.57

 K value IS 0.66

RGB Variations

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

Color information

#575325 (or 0x575325) is known color: Bronze Olive. HEX triplet: 57, 53 and 25. RGB value is (87,83,37). Sum of RGB (Red+Green+Blue) = 87+83+37=207 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.03% from 207); Green value is 83 (32.81% from 255 or 40.10% from 207); Blue value is 37 (14.84% from 255 or 17.87% from 207); Max value from RGB is 87 - color contains mainly: red. Hex color #575325 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575325 is #A8ACDA. Grayscale: #4F4F4F. Windows color (decimal): -11054299 or 2446167. OLE color: 2446167.

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

Color convert

RGB 87 83 37 -
CMYK 0 0.05 0.57 0.66
HSL 55.2º 0.4% 0.24% -
HSV(B) 55.2º 0.57% 0.34% -
XYZ 7.36 8.35 2.97 -
YUV 78.95 104.33 133.74 -
System Red Green Blue C M Y K H S L
Decimal 87 83 37 0 0.05 0.57 0.66 55.2 0.4 0.24
Hex 57 53 25 0 5 39 42 37 28 18
Octal 127 123 45 0 5 71 102 67 50 30
Binary 1010111 1010011 100101 0 101 111001 1000010 110111 101000 11000

Color Harmonies of #575325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575325

Black with #575325

Text Example


Text Example

White with #575325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575325; }

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

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

background-color css

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

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

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

border-color css

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

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

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