Html Css Color HEX #55421C Bronze Olive

📋 copy color: '#55421C'

red 85 ◦ green 66 ◦ blue 28

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

Shades of Bronze Olive #55421C

Tints of Bronze Olive #55421C

RGB

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

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

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

R = 47.49%
G = 36.87%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.67

 K value IS 0.67

RGB Variations

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

Color information

#55421C (or 0x55421C) is known color: Bronze Olive. HEX triplet: 55, 42 and 1C. RGB value is (85,66,28). Sum of RGB (Red+Green+Blue) = 85+66+28=179 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.49% from 179); Green value is 66 (26.17% from 255 or 36.87% from 179); Blue value is 28 (11.33% from 255 or 15.64% from 179); Max value from RGB is 85 - color contains mainly: red. Hex color #55421C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55421C is #AABDE3. Grayscale: #434343. Windows color (decimal): -11189732 or 1851989. OLE color: 1851989.

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

Color convert

RGB 85 66 28 -
CMYK 0 0.22 0.67 0.67
HSL 40º 0.5% 0.22% -
HSV(B) 40º 0.67% 0.33% -
XYZ 5.9 5.91 1.93 -
YUV 67.35 105.79 140.59 -
System Red Green Blue C M Y K H S L
Decimal 85 66 28 0 0.22 0.67 0.67 40 0.5 0.22
Hex 55 42 1C 0 16 43 43 28 32 16
Octal 125 102 34 0 26 103 103 50 62 26
Binary 1010101 1000010 11100 0 10110 1000011 1000011 101000 110010 10110

Color Harmonies of #55421C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55421C

Black with #55421C

Text Example


Text Example

White with #55421C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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