Html Css Color HEX #575320 Bronze Olive

📋 copy color: '#575320'

red 87 ◦ green 83 ◦ blue 32

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

Shades of Bronze Olive #575320

Tints of Bronze Olive #575320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 15.84%

R = 43.07%
G = 41.09%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.63

 K value IS 0.66

RGB Variations

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

Color information

#575320 (or 0x575320) is known color: Bronze Olive. HEX triplet: 57, 53 and 20. RGB value is (87,83,32). Sum of RGB (Red+Green+Blue) = 87+83+32=202 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.07% from 202); Green value is 83 (32.81% from 255 or 41.09% from 202); Blue value is 32 (12.89% from 255 or 15.84% from 202); Max value from RGB is 87 - color contains mainly: red. Hex color #575320 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575320 is #A8ACDF. Grayscale: #4E4E4E. Windows color (decimal): -11054304 or 2118487. OLE color: 2118487.

HSL color Cylindrical-coordinate representation of color #575320: hue angle of 55.64º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #575320 is Cyan = 0, Magento = 0.05, Yellow = 0.63 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 83 32 -
CMYK 0 0.05 0.63 0.66
HSL 55.64º 0.46% 0.23% -
HSV(B) 55.64º 0.63% 0.34% -
XYZ 7.28 8.32 2.59 -
YUV 78.38 101.83 134.15 -
System Red Green Blue C M Y K H S L
Decimal 87 83 32 0 0.05 0.63 0.66 55.64 0.46 0.23
Hex 57 53 20 0 5 3F 42 38 2E 17
Octal 127 123 40 0 5 77 102 70 56 27
Binary 1010111 1010011 100000 0 101 111111 1000010 111000 101110 10111

Color Harmonies of #575320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575320

Black with #575320

Text Example


Text Example

White with #575320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575320; }

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

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

background-color css

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

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

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

border-color css

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

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

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