Html Css Color HEX #55441C Bronze Olive

📋 copy color: '#55441C'

red 85 ◦ green 68 ◦ blue 28

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

Shades of Bronze Olive #55441C

Tints of Bronze Olive #55441C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 15.47%

R = 46.96%
G = 37.57%
B = 15.47%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.67

 K value IS 0.67

RGB Variations

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

Color information

#55441C (or 0x55441C) is known color: Bronze Olive. HEX triplet: 55, 44 and 1C. RGB value is (85,68,28). Sum of RGB (Red+Green+Blue) = 85+68+28=181 (23% of max value = 765). Red value is 85 (33.59% from 255 or 46.96% from 181); Green value is 68 (26.95% from 255 or 37.57% from 181); Blue value is 28 (11.33% from 255 or 15.47% from 181); Max value from RGB is 85 - color contains mainly: red. Hex color #55441C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55441C is #AABBE3. Grayscale: #444444. Windows color (decimal): -11189220 or 1852501. OLE color: 1852501.

HSL color Cylindrical-coordinate representation of color #55441C: hue angle of 42.11º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55441C is Cyan = 0, Magento = 0.20, Yellow = 0.67 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 68 28 -
CMYK 0 0.20 0.67 0.67
HSL 42.11º 0.5% 0.22% -
HSV(B) 42.11º 0.67% 0.33% -
XYZ 6.02 6.15 1.97 -
YUV 68.52 105.13 139.75 -
System Red Green Blue C M Y K H S L
Decimal 85 68 28 0 0.20 0.67 0.67 42.11 0.5 0.22
Hex 55 44 1C 0 14 43 43 2A 32 16
Octal 125 104 34 0 24 103 103 52 62 26
Binary 1010101 1000100 11100 0 10100 1000011 1000011 101010 110010 10110

Color Harmonies of #55441C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55441C

Black with #55441C

Text Example


Text Example

White with #55441C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55441C; }

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

 H1.HeaderClassName
 {
   color: #55441C;
 }
 .AnyTagClassName
 {
   color: #55441C;
 }
</style>

background-color css

<style>
 a { background-color: #55441C; }

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

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

border-color css

<style>
 span { border-color: #55441C; }

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

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