Html Css Color HEX #552917 Indian Tan

📋 copy color: '#552917'

red 85 ◦ green 41 ◦ blue 23

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

Shades of Indian Tan #552917

Tints of Indian Tan #552917

RGB

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

 GREEN value IS 41 (16.41% from 255) = 27.52%

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

R = 57.05%
G = 27.52%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.73

 K value IS 0.67

RGB Variations

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

Color information

#552917 (or 0x552917) is known color: Indian Tan. HEX triplet: 55, 29 and 17. RGB value is (85,41,23). Sum of RGB (Red+Green+Blue) = 85+41+23=149 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.05% from 149); Green value is 41 (16.41% from 255 or 27.52% from 149); Blue value is 23 (9.38% from 255 or 15.44% from 149); Max value from RGB is 85 - color contains mainly: red. Hex color #552917 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552917 is #AAD6E8. Grayscale: #343434. Windows color (decimal): -11196137 or 1517909. OLE color: 1517909.

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

Color convert

RGB 85 41 23 -
CMYK 0 0.52 0.73 0.67
HSL 17.42º 0.57% 0.21% -
HSV(B) 17.42º 0.73% 0.33% -
XYZ 4.69 3.58 1.25 -
YUV 52.1 111.58 151.46 -
System Red Green Blue C M Y K H S L
Decimal 85 41 23 0 0.52 0.73 0.67 17.42 0.57 0.21
Hex 55 29 17 0 34 49 43 11 39 15
Octal 125 51 27 0 64 111 103 21 71 25
Binary 1010101 101001 10111 0 110100 1001001 1000011 10001 111001 10101

Color Harmonies of #552917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552917

Black with #552917

Text Example


Text Example

White with #552917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552917; }

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

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

background-color css

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

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

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

border-color css

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

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

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