Html Css Color HEX #55420B Bronze Olive

📋 copy color: '#55420B'

red 85 ◦ green 66 ◦ blue 11

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

Shades of Bronze Olive #55420B

Tints of Bronze Olive #55420B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.79%

R = 52.47%
G = 40.74%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.87

 K value IS 0.67

RGB Variations

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

Color information

#55420B (or 0x55420B) is known color: Bronze Olive. HEX triplet: 55, 42 and 0B. RGB value is (85,66,11). Sum of RGB (Red+Green+Blue) = 85+66+11=162 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.47% from 162); Green value is 66 (26.17% from 255 or 40.74% from 162); Blue value is 11 (4.69% from 255 or 6.79% from 162); Max value from RGB is 85 - color contains mainly: red. Hex color #55420B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #55420B is #AABDF4. Grayscale: #414141. Windows color (decimal): -11189749 or 737877. OLE color: 737877.

HSL color Cylindrical-coordinate representation of color #55420B: hue angle of 44.59º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #55420B is Cyan = 0, Magento = 0.22, Yellow = 0.87 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 66 11 -
CMYK 0 0.22 0.87 0.67
HSL 44.59º 0.77% 0.19% -
HSV(B) 44.59º 0.87% 0.33% -
XYZ 5.75 5.85 1.14 -
YUV 65.41 97.29 141.97 -
System Red Green Blue C M Y K H S L
Decimal 85 66 11 0 0.22 0.87 0.67 44.59 0.77 0.19
Hex 55 42 B 0 16 57 43 2D 4D 13
Octal 125 102 13 0 26 127 103 55 115 23
Binary 1010101 1000010 1011 0 10110 1010111 1000011 101101 1001101 10011

Color Harmonies of #55420B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55420B

Black with #55420B

Text Example


Text Example

White with #55420B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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