Html Css Color HEX #55440E Bronze Olive

📋 copy color: '#55440E'

red 85 ◦ green 68 ◦ blue 14

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

Shades of Bronze Olive #55440E

Tints of Bronze Olive #55440E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 40.72%

 BLUE value IS 14 (5.86% from 255) = 8.38%

R = 50.9%
G = 40.72%
B = 8.38%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.84

 K value IS 0.67

RGB Variations

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

Color information

#55440E (or 0x55440E) is known color: Bronze Olive. HEX triplet: 55, 44 and 0E. RGB value is (85,68,14). Sum of RGB (Red+Green+Blue) = 85+68+14=167 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.90% from 167); Green value is 68 (26.95% from 255 or 40.72% from 167); Blue value is 14 (5.86% from 255 or 8.38% from 167); Max value from RGB is 85 - color contains mainly: red. Hex color #55440E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #55440E is #AABBF1. Grayscale: #434343. Windows color (decimal): -11189234 or 934997. OLE color: 934997.

HSL color Cylindrical-coordinate representation of color #55440E: hue angle of 45.63º degrees, saturation: 0.72, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #55440E is Cyan = 0, Magento = 0.20, Yellow = 0.84 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 68 14 -
CMYK 0 0.20 0.84 0.67
HSL 45.63º 0.72% 0.19% -
HSV(B) 45.63º 0.84% 0.33% -
XYZ 5.89 6.1 1.28 -
YUV 66.93 98.13 140.89 -
System Red Green Blue C M Y K H S L
Decimal 85 68 14 0 0.20 0.84 0.67 45.63 0.72 0.19
Hex 55 44 E 0 14 54 43 2E 48 13
Octal 125 104 16 0 24 124 103 56 110 23
Binary 1010101 1000100 1110 0 10100 1010100 1000011 101110 1001000 10011

Color Harmonies of #55440E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55440E

Black with #55440E

Text Example


Text Example

White with #55440E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,68,14); }

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

background-color css

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

 a { background-color: rgb(85,68,14); }

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

border-color css

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

 span { border-color: rgb(85,68,14); }

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