Html Css Color HEX #55440D Bronze Olive

📋 copy color: '#55440D'

red 85 ◦ green 68 ◦ blue 13

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

Shades of Bronze Olive #55440D

Tints of Bronze Olive #55440D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.83%

R = 51.2%
G = 40.96%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.85

 K value IS 0.67

RGB Variations

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

Color information

#55440D (or 0x55440D) is known color: Bronze Olive. HEX triplet: 55, 44 and 0D. RGB value is (85,68,13). Sum of RGB (Red+Green+Blue) = 85+68+13=166 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.20% from 166); Green value is 68 (26.95% from 255 or 40.96% from 166); Blue value is 13 (5.47% from 255 or 7.83% from 166); Max value from RGB is 85 - color contains mainly: red. Hex color #55440D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #55440D is #AABBF2. Grayscale: #434343. Windows color (decimal): -11189235 or 869461. OLE color: 869461.

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

Color convert

RGB 85 68 13 -
CMYK 0 0.20 0.85 0.67
HSL 45.83º 0.73% 0.19% -
HSV(B) 45.83º 0.85% 0.33% -
XYZ 5.89 6.09 1.25 -
YUV 66.81 97.63 140.97 -
System Red Green Blue C M Y K H S L
Decimal 85 68 13 0 0.20 0.85 0.67 45.83 0.73 0.19
Hex 55 44 D 0 14 55 43 2E 49 13
Octal 125 104 15 0 24 125 103 56 111 23
Binary 1010101 1000100 1101 0 10100 1010101 1000011 101110 1001001 10011

Color Harmonies of #55440D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55440D

Black with #55440D

Text Example


Text Example

White with #55440D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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