Html Css Color HEX #575322 Bronze Olive

📋 copy color: '#575322'

red 87 ◦ green 83 ◦ blue 34

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

Shades of Bronze Olive #575322

Tints of Bronze Olive #575322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 16.67%

R = 42.65%
G = 40.69%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.61

 K value IS 0.66

RGB Variations

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

Color information

#575322 (or 0x575322) is known color: Bronze Olive. HEX triplet: 57, 53 and 22. RGB value is (87,83,34). Sum of RGB (Red+Green+Blue) = 87+83+34=204 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.65% from 204); Green value is 83 (32.81% from 255 or 40.69% from 204); Blue value is 34 (13.67% from 255 or 16.67% from 204); Max value from RGB is 87 - color contains mainly: red. Hex color #575322 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575322 is #A8ACDD. Grayscale: #4E4E4E. Windows color (decimal): -11054302 or 2249559. OLE color: 2249559.

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

Color convert

RGB 87 83 34 -
CMYK 0 0.05 0.61 0.66
HSL 55.47º 0.44% 0.24% -
HSV(B) 55.47º 0.61% 0.34% -
XYZ 7.31 8.33 2.74 -
YUV 78.61 102.83 133.98 -
System Red Green Blue C M Y K H S L
Decimal 87 83 34 0 0.05 0.61 0.66 55.47 0.44 0.24
Hex 57 53 22 0 5 3D 42 37 2C 18
Octal 127 123 42 0 5 75 102 67 54 30
Binary 1010111 1010011 100010 0 101 111101 1000010 110111 101100 11000

Color Harmonies of #575322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575322

Black with #575322

Text Example


Text Example

White with #575322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575322; }

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

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

background-color css

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

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

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

border-color css

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

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

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