Html Css Color HEX #554211 Bronze Olive

📋 copy color: '#554211'

red 85 ◦ green 66 ◦ blue 17

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

Shades of Bronze Olive #554211

Tints of Bronze Olive #554211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 10.12%

R = 50.6%
G = 39.29%
B = 10.12%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#554211 (or 0x554211) is known color: Bronze Olive. HEX triplet: 55, 42 and 11. RGB value is (85,66,17). Sum of RGB (Red+Green+Blue) = 85+66+17=168 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.60% from 168); Green value is 66 (26.17% from 255 or 39.29% from 168); Blue value is 17 (7.03% from 255 or 10.12% from 168); Max value from RGB is 85 - color contains mainly: red. Hex color #554211 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554211 is #AABDEE. Grayscale: #424242. Windows color (decimal): -11189743 or 1131093. OLE color: 1131093.

HSL color Cylindrical-coordinate representation of color #554211: hue angle of 43.24º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #554211 is Cyan = 0, Magento = 0.22, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 66 17 -
CMYK 0 0.22 0.80 0.67
HSL 43.24º 0.67% 0.2% -
HSV(B) 43.24º 0.8% 0.33% -
XYZ 5.8 5.87 1.36 -
YUV 66.1 100.29 141.48 -
System Red Green Blue C M Y K H S L
Decimal 85 66 17 0 0.22 0.80 0.67 43.24 0.67 0.2
Hex 55 42 11 0 16 50 43 2B 43 14
Octal 125 102 21 0 26 120 103 53 103 24
Binary 1010101 1000010 10001 0 10110 1010000 1000011 101011 1000011 10100

Color Harmonies of #554211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554211

Black with #554211

Text Example


Text Example

White with #554211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554211; }

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

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

background-color css

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

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

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

border-color css

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

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

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