Html Css Color HEX #55461C Bronze Olive

📋 copy color: '#55461C'

red 85 ◦ green 70 ◦ blue 28

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

Shades of Bronze Olive #55461C

Tints of Bronze Olive #55461C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 38.25%

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

R = 46.45%
G = 38.25%
B = 15.3%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.67

 K value IS 0.67

RGB Variations

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

Color information

#55461C (or 0x55461C) is known color: Bronze Olive. HEX triplet: 55, 46 and 1C. RGB value is (85,70,28). Sum of RGB (Red+Green+Blue) = 85+70+28=183 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.45% from 183); Green value is 70 (27.73% from 255 or 38.25% from 183); Blue value is 28 (11.33% from 255 or 15.30% from 183); Max value from RGB is 85 - color contains mainly: red. Hex color #55461C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55461C is #AAB9E3. Grayscale: #454545. Windows color (decimal): -11188708 or 1853013. OLE color: 1853013.

HSL color Cylindrical-coordinate representation of color #55461C: hue angle of 44.21º 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 #55461C is Cyan = 0, Magento = 0.18, Yellow = 0.67 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 70 28 -
CMYK 0 0.18 0.67 0.67
HSL 44.21º 0.5% 0.22% -
HSV(B) 44.21º 0.67% 0.33% -
XYZ 6.15 6.4 2.01 -
YUV 69.7 104.47 138.92 -
System Red Green Blue C M Y K H S L
Decimal 85 70 28 0 0.18 0.67 0.67 44.21 0.5 0.22
Hex 55 46 1C 0 12 43 43 2C 32 16
Octal 125 106 34 0 22 103 103 54 62 26
Binary 1010101 1000110 11100 0 10010 1000011 1000011 101100 110010 10110

Color Harmonies of #55461C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55461C

Black with #55461C

Text Example


Text Example

White with #55461C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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