Html Css Color HEX #55521E Bronze Olive

📋 copy color: '#55521E'

red 85 ◦ green 82 ◦ blue 30

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

Shades of Bronze Olive #55521E

Tints of Bronze Olive #55521E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 15.23%

R = 43.15%
G = 41.62%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.65

 K value IS 0.67

RGB Variations

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

Color information

#55521E (or 0x55521E) is known color: Bronze Olive. HEX triplet: 55, 52 and 1E. RGB value is (85,82,30). Sum of RGB (Red+Green+Blue) = 85+82+30=197 (26% of max value = 765). Red value is 85 (33.59% from 255 or 43.15% from 197); Green value is 82 (32.42% from 255 or 41.62% from 197); Blue value is 30 (12.11% from 255 or 15.23% from 197); Max value from RGB is 85 - color contains mainly: red. Hex color #55521E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55521E is #AAADE1. Grayscale: #4D4D4D. Windows color (decimal): -11185634 or 1987157. OLE color: 1987157.

HSL color Cylindrical-coordinate representation of color #55521E: hue angle of 56.73º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55521E is Cyan = 0, Magento = 0.04, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 82 30 -
CMYK 0 0.04 0.65 0.67
HSL 56.73º 0.48% 0.23% -
HSV(B) 56.73º 0.65% 0.33% -
XYZ 7 8.06 2.42 -
YUV 76.97 101.49 133.73 -
System Red Green Blue C M Y K H S L
Decimal 85 82 30 0 0.04 0.65 0.67 56.73 0.48 0.23
Hex 55 52 1E 0 4 41 43 39 30 17
Octal 125 122 36 0 4 101 103 71 60 27
Binary 1010101 1010010 11110 0 100 1000001 1000011 111001 110000 10111

Color Harmonies of #55521E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55521E

Black with #55521E

Text Example


Text Example

White with #55521E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55521E; }

 p { color: rgb(85,82,30); }

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

background-color css

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

 a { background-color: rgb(85,82,30); }

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

border-color css

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

 span { border-color: rgb(85,82,30); }

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