Html Css Color HEX #55420E Bronze Olive

📋 copy color: '#55420E'

red 85 ◦ green 66 ◦ blue 14

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

Shades of Bronze Olive #55420E

Tints of Bronze Olive #55420E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 40%

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

R = 51.52%
G = 40%
B = 8.48%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.84

 K value IS 0.67

RGB Variations

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

Color information

#55420E (or 0x55420E) is known color: Bronze Olive. HEX triplet: 55, 42 and 0E. RGB value is (85,66,14). Sum of RGB (Red+Green+Blue) = 85+66+14=165 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.52% from 165); Green value is 66 (26.17% from 255 or 40% from 165); Blue value is 14 (5.86% from 255 or 8.48% from 165); Max value from RGB is 85 - color contains mainly: red. Hex color #55420E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #55420E is #AABDF1. Grayscale: #414141. Windows color (decimal): -11189746 or 934485. OLE color: 934485.

HSL color Cylindrical-coordinate representation of color #55420E: hue angle of 43.94º 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 #55420E is Cyan = 0, Magento = 0.22, Yellow = 0.84 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 66 14 -
CMYK 0 0.22 0.84 0.67
HSL 43.94º 0.72% 0.19% -
HSV(B) 43.94º 0.84% 0.33% -
XYZ 5.77 5.86 1.24 -
YUV 65.75 98.79 141.73 -
System Red Green Blue C M Y K H S L
Decimal 85 66 14 0 0.22 0.84 0.67 43.94 0.72 0.19
Hex 55 42 E 0 16 54 43 2C 48 13
Octal 125 102 16 0 26 124 103 54 110 23
Binary 1010101 1000010 1110 0 10110 1010100 1000011 101100 1001000 10011

Color Harmonies of #55420E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55420E

Black with #55420E

Text Example


Text Example

White with #55420E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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