Html Css Color HEX #554117 Bronze Olive

📋 copy color: '#554117'

red 85 ◦ green 65 ◦ blue 23

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

Shades of Bronze Olive #554117

Tints of Bronze Olive #554117

RGB

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

 GREEN value IS 65 (25.78% from 255) = 37.57%

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

R = 49.13%
G = 37.57%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.73

 K value IS 0.67

RGB Variations

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

Color information

#554117 (or 0x554117) is known color: Bronze Olive. HEX triplet: 55, 41 and 17. RGB value is (85,65,23). Sum of RGB (Red+Green+Blue) = 85+65+23=173 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.13% from 173); Green value is 65 (25.78% from 255 or 37.57% from 173); Blue value is 23 (9.38% from 255 or 13.29% from 173); Max value from RGB is 85 - color contains mainly: red. Hex color #554117 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #554117 is #AABEE8. Grayscale: #424242. Windows color (decimal): -11189993 or 1524053. OLE color: 1524053.

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

Color convert

RGB 85 65 23 -
CMYK 0 0.24 0.73 0.67
HSL 40.65º 0.57% 0.21% -
HSV(B) 40.65º 0.73% 0.33% -
XYZ 5.79 5.77 1.62 -
YUV 66.19 103.63 141.42 -
System Red Green Blue C M Y K H S L
Decimal 85 65 23 0 0.24 0.73 0.67 40.65 0.57 0.21
Hex 55 41 17 0 18 49 43 29 39 15
Octal 125 101 27 0 30 111 103 51 71 25
Binary 1010101 1000001 10111 0 11000 1001001 1000011 101001 111001 10101

Color Harmonies of #554117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554117

Black with #554117

Text Example


Text Example

White with #554117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554117; }

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

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

background-color css

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

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

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

border-color css

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

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

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