Html Css Color HEX #554213 Bronze Olive

📋 copy color: '#554213'

red 85 ◦ green 66 ◦ blue 19

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

Shades of Bronze Olive #554213

Tints of Bronze Olive #554213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 11.18%

R = 50%
G = 38.82%
B = 11.18%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.78

 K value IS 0.67

RGB Variations

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

Color information

#554213 (or 0x554213) is known color: Bronze Olive. HEX triplet: 55, 42 and 13. RGB value is (85,66,19). Sum of RGB (Red+Green+Blue) = 85+66+19=170 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50% from 170); Green value is 66 (26.17% from 255 or 38.82% from 170); Blue value is 19 (7.81% from 255 or 11.18% from 170); Max value from RGB is 85 - color contains mainly: red. Hex color #554213 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554213 is #AABDEC. Grayscale: #424242. Windows color (decimal): -11189741 or 1262165. OLE color: 1262165.

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

Color convert

RGB 85 66 19 -
CMYK 0 0.22 0.78 0.67
HSL 42.73º 0.63% 0.2% -
HSV(B) 42.73º 0.78% 0.33% -
XYZ 5.81 5.87 1.44 -
YUV 66.32 101.29 141.32 -
System Red Green Blue C M Y K H S L
Decimal 85 66 19 0 0.22 0.78 0.67 42.73 0.63 0.2
Hex 55 42 13 0 16 4E 43 2B 3F 14
Octal 125 102 23 0 26 116 103 53 77 24
Binary 1010101 1000010 10011 0 10110 1001110 1000011 101011 111111 10100

Color Harmonies of #554213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554213

Black with #554213

Text Example


Text Example

White with #554213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554213; }

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

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

background-color css

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

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

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

border-color css

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

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

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