Html Css Color HEX #55491F Bronze Olive

📋 copy color: '#55491F'

red 85 ◦ green 73 ◦ blue 31

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

Shades of Bronze Olive #55491F

Tints of Bronze Olive #55491F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 38.62%

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

R = 44.97%
G = 38.62%
B = 16.4%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.64

 K value IS 0.67

RGB Variations

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

Color information

#55491F (or 0x55491F) is known color: Bronze Olive. HEX triplet: 55, 49 and 1F. RGB value is (85,73,31). Sum of RGB (Red+Green+Blue) = 85+73+31=189 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.97% from 189); Green value is 73 (28.91% from 255 or 38.62% from 189); Blue value is 31 (12.5% from 255 or 16.40% from 189); Max value from RGB is 85 - color contains mainly: red. Hex color #55491F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55491F is #AAB6E0. Grayscale: #474747. Windows color (decimal): -11187937 or 2050389. OLE color: 2050389.

HSL color Cylindrical-coordinate representation of color #55491F: hue angle of 46.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 #55491F is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 73 31 -
CMYK 0 0.14 0.64 0.67
HSL 46.67º 0.47% 0.23% -
HSV(B) 46.67º 0.64% 0.33% -
XYZ 6.38 6.8 2.27 -
YUV 71.8 104.98 137.42 -
System Red Green Blue C M Y K H S L
Decimal 85 73 31 0 0.14 0.64 0.67 46.67 0.47 0.23
Hex 55 49 1F 0 E 40 43 2F 2F 17
Octal 125 111 37 0 16 100 103 57 57 27
Binary 1010101 1001001 11111 0 1110 1000000 1000011 101111 101111 10111

Color Harmonies of #55491F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55491F

Black with #55491F

Text Example


Text Example

White with #55491F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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