Html Css Color HEX #555320 Bronze Olive

📋 copy color: '#555320'

red 85 ◦ green 83 ◦ blue 32

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

Shades of Bronze Olive #555320

Tints of Bronze Olive #555320

RGB

 RED value IS 85 (33.59% from 255) = 42.5%

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

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

R = 42.5%
G = 41.5%
B = 16%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.62

 K value IS 0.67

RGB Variations

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

Color information

#555320 (or 0x555320) is known color: Bronze Olive. HEX triplet: 55, 53 and 20. RGB value is (85,83,32). Sum of RGB (Red+Green+Blue) = 85+83+32=200 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.5% from 200); Green value is 83 (32.81% from 255 or 41.5% from 200); Blue value is 32 (12.89% from 255 or 16% from 200); Max value from RGB is 85 - color contains mainly: red. Hex color #555320 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555320 is #AAACDF. Grayscale: #4D4D4D. Windows color (decimal): -11185376 or 2118485. OLE color: 2118485.

HSL color Cylindrical-coordinate representation of color #555320: hue angle of 57.74º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #555320 is Cyan = 0, Magento = 0.02, Yellow = 0.62 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 83 32 -
CMYK 0 0.02 0.62 0.67
HSL 57.74º 0.45% 0.23% -
HSV(B) 57.74º 0.62% 0.33% -
XYZ 7.1 8.22 2.58 -
YUV 77.78 102.16 133.15 -
System Red Green Blue C M Y K H S L
Decimal 85 83 32 0 0.02 0.62 0.67 57.74 0.45 0.23
Hex 55 53 20 0 2 3E 43 3A 2D 17
Octal 125 123 40 0 2 76 103 72 55 27
Binary 1010101 1010011 100000 0 10 111110 1000011 111010 101101 10111

Color Harmonies of #555320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555320

Black with #555320

Text Example


Text Example

White with #555320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555320; }

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

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

background-color css

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

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

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

border-color css

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

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

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