Html Css Color HEX #55521F Bronze Olive

📋 copy color: '#55521F'

red 85 ◦ green 82 ◦ blue 31

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

Shades of Bronze Olive #55521F

Tints of Bronze Olive #55521F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 15.66%

R = 42.93%
G = 41.41%
B = 15.66%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.64

 K value IS 0.67

RGB Variations

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

Color information

#55521F (or 0x55521F) is known color: Bronze Olive. HEX triplet: 55, 52 and 1F. RGB value is (85,82,31). Sum of RGB (Red+Green+Blue) = 85+82+31=198 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.93% from 198); Green value is 82 (32.42% from 255 or 41.41% from 198); Blue value is 31 (12.5% from 255 or 15.66% from 198); Max value from RGB is 85 - color contains mainly: red. Hex color #55521F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55521F is #AAADE0. Grayscale: #4D4D4D. Windows color (decimal): -11185633 or 2052693. OLE color: 2052693.

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

Color convert

RGB 85 82 31 -
CMYK 0 0.04 0.64 0.67
HSL 56.67º 0.47% 0.23% -
HSV(B) 56.67º 0.64% 0.33% -
XYZ 7.01 8.06 2.48 -
YUV 77.08 101.99 133.65 -
System Red Green Blue C M Y K H S L
Decimal 85 82 31 0 0.04 0.64 0.67 56.67 0.47 0.23
Hex 55 52 1F 0 4 40 43 39 2F 17
Octal 125 122 37 0 4 100 103 71 57 27
Binary 1010101 1010010 11111 0 100 1000000 1000011 111001 101111 10111

Color Harmonies of #55521F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55521F

Black with #55521F

Text Example


Text Example

White with #55521F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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