Html Css Color HEX #554E20 Bronze Olive

📋 copy color: '#554E20'

red 85 ◦ green 78 ◦ blue 32

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

Shades of Bronze Olive #554E20

Tints of Bronze Olive #554E20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 16.41%

R = 43.59%
G = 40%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.62

 K value IS 0.67

RGB Variations

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

Color information

#554E20 (or 0x554E20) is known color: Bronze Olive. HEX triplet: 55, 4E and 20. RGB value is (85,78,32). Sum of RGB (Red+Green+Blue) = 85+78+32=195 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.59% from 195); Green value is 78 (30.86% from 255 or 40% from 195); Blue value is 32 (12.89% from 255 or 16.41% from 195); Max value from RGB is 85 - color contains mainly: red. Hex color #554E20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554E20 is #AAB1DF. Grayscale: #4B4B4B. Windows color (decimal): -11186656 or 2117205. OLE color: 2117205.

HSL color Cylindrical-coordinate representation of color #554E20: hue angle of 52.08º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #554E20 is Cyan = 0, Magento = 0.08, Yellow = 0.62 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 78 32 -
CMYK 0 0.08 0.62 0.67
HSL 52.08º 0.45% 0.23% -
HSV(B) 52.08º 0.62% 0.33% -
XYZ 6.73 7.48 2.46 -
YUV 74.85 103.82 135.24 -
System Red Green Blue C M Y K H S L
Decimal 85 78 32 0 0.08 0.62 0.67 52.08 0.45 0.23
Hex 55 4E 20 0 8 3E 43 34 2D 17
Octal 125 116 40 0 10 76 103 64 55 27
Binary 1010101 1001110 100000 0 1000 111110 1000011 110100 101101 10111

Color Harmonies of #554E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554E20

Black with #554E20

Text Example


Text Example

White with #554E20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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