Html Css Color HEX #554E1C Bronze Olive

📋 copy color: '#554E1C'

red 85 ◦ green 78 ◦ blue 28

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

Shades of Bronze Olive #554E1C

Tints of Bronze Olive #554E1C

RGB

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

 GREEN value IS 78 (30.86% from 255) = 40.84%

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

R = 44.5%
G = 40.84%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.67

 K value IS 0.67

RGB Variations

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

Color information

#554E1C (or 0x554E1C) is known color: Bronze Olive. HEX triplet: 55, 4E and 1C. RGB value is (85,78,28). Sum of RGB (Red+Green+Blue) = 85+78+28=191 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.50% from 191); Green value is 78 (30.86% from 255 or 40.84% from 191); Blue value is 28 (11.33% from 255 or 14.66% from 191); Max value from RGB is 85 - color contains mainly: red. Hex color #554E1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554E1C is #AAB1E3. Grayscale: #4A4A4A. Windows color (decimal): -11186660 or 1855061. OLE color: 1855061.

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

Color convert

RGB 85 78 28 -
CMYK 0 0.08 0.67 0.67
HSL 52.63º 0.5% 0.22% -
HSV(B) 52.63º 0.67% 0.33% -
XYZ 6.68 7.46 2.19 -
YUV 74.39 101.82 135.57 -
System Red Green Blue C M Y K H S L
Decimal 85 78 28 0 0.08 0.67 0.67 52.63 0.5 0.22
Hex 55 4E 1C 0 8 43 43 35 32 16
Octal 125 116 34 0 10 103 103 65 62 26
Binary 1010101 1001110 11100 0 1000 1000011 1000011 110101 110010 10110

Color Harmonies of #554E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554E1C

Black with #554E1C

Text Example


Text Example

White with #554E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554E1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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