Html Css Color HEX #55441A Bronze Olive

📋 copy color: '#55441A'

red 85 ◦ green 68 ◦ blue 26

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

Shades of Bronze Olive #55441A

Tints of Bronze Olive #55441A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 14.53%

R = 47.49%
G = 37.99%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.69

 K value IS 0.67

RGB Variations

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

Color information

#55441A (or 0x55441A) is known color: Bronze Olive. HEX triplet: 55, 44 and 1A. RGB value is (85,68,26). Sum of RGB (Red+Green+Blue) = 85+68+26=179 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.49% from 179); Green value is 68 (26.95% from 255 or 37.99% from 179); Blue value is 26 (10.55% from 255 or 14.53% from 179); Max value from RGB is 85 - color contains mainly: red. Hex color #55441A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55441A is #AABBE5. Grayscale: #444444. Windows color (decimal): -11189222 or 1721429. OLE color: 1721429.

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

Color convert

RGB 85 68 26 -
CMYK 0 0.20 0.69 0.67
HSL 42.71º 0.53% 0.22% -
HSV(B) 42.71º 0.69% 0.33% -
XYZ 6 6.14 1.85 -
YUV 68.3 104.13 139.92 -
System Red Green Blue C M Y K H S L
Decimal 85 68 26 0 0.20 0.69 0.67 42.71 0.53 0.22
Hex 55 44 1A 0 14 45 43 2B 35 16
Octal 125 104 32 0 24 105 103 53 65 26
Binary 1010101 1000100 11010 0 10100 1000101 1000011 101011 110101 10110

Color Harmonies of #55441A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55441A

Black with #55441A

Text Example


Text Example

White with #55441A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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