Html Css Color HEX #554E17 Bronze Olive

📋 copy color: '#554E17'

red 85 ◦ green 78 ◦ blue 23

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

Shades of Bronze Olive #554E17

Tints of Bronze Olive #554E17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 12.37%

R = 45.7%
G = 41.94%
B = 12.37%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.73

 K value IS 0.67

RGB Variations

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

Color information

#554E17 (or 0x554E17) is known color: Bronze Olive. HEX triplet: 55, 4E and 17. RGB value is (85,78,23). Sum of RGB (Red+Green+Blue) = 85+78+23=186 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.70% from 186); Green value is 78 (30.86% from 255 or 41.94% from 186); Blue value is 23 (9.38% from 255 or 12.37% from 186); Max value from RGB is 85 - color contains mainly: red. Hex color #554E17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #554E17 is #AAB1E8. Grayscale: #4A4A4A. Windows color (decimal): -11186665 or 1527381. OLE color: 1527381.

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

Color convert

RGB 85 78 23 -
CMYK 0 0.08 0.73 0.67
HSL 53.23º 0.57% 0.21% -
HSV(B) 53.23º 0.73% 0.33% -
XYZ 6.63 7.44 1.9 -
YUV 73.82 99.32 135.97 -
System Red Green Blue C M Y K H S L
Decimal 85 78 23 0 0.08 0.73 0.67 53.23 0.57 0.21
Hex 55 4E 17 0 8 49 43 35 39 15
Octal 125 116 27 0 10 111 103 65 71 25
Binary 1010101 1001110 10111 0 1000 1001001 1000011 110101 111001 10101

Color Harmonies of #554E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554E17

Black with #554E17

Text Example


Text Example

White with #554E17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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