Html Css Color HEX #552B17 Indian Tan

📋 copy color: '#552B17'

red 85 ◦ green 43 ◦ blue 23

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

Shades of Indian Tan #552B17

Tints of Indian Tan #552B17

RGB

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

 GREEN value IS 43 (17.19% from 255) = 28.48%

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

R = 56.29%
G = 28.48%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.73

 K value IS 0.67

RGB Variations

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

Color information

#552B17 (or 0x552B17) is known color: Indian Tan. HEX triplet: 55, 2B and 17. RGB value is (85,43,23). Sum of RGB (Red+Green+Blue) = 85+43+23=151 (20% of max value = 765). Red value is 85 (33.59% from 255 or 56.29% from 151); Green value is 43 (17.19% from 255 or 28.48% from 151); Blue value is 23 (9.38% from 255 or 15.23% from 151); Max value from RGB is 85 - color contains mainly: red. Hex color #552B17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552B17 is #AAD4E8. Grayscale: #353535. Windows color (decimal): -11195625 or 1518421. OLE color: 1518421.

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

Color convert

RGB 85 43 23 -
CMYK 0 0.49 0.73 0.67
HSL 19.35º 0.57% 0.21% -
HSV(B) 19.35º 0.73% 0.33% -
XYZ 4.76 3.72 1.28 -
YUV 53.28 110.91 150.63 -
System Red Green Blue C M Y K H S L
Decimal 85 43 23 0 0.49 0.73 0.67 19.35 0.57 0.21
Hex 55 2B 17 0 31 49 43 13 39 15
Octal 125 53 27 0 61 111 103 23 71 25
Binary 1010101 101011 10111 0 110001 1001001 1000011 10011 111001 10101

Color Harmonies of #552B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552B17

Black with #552B17

Text Example


Text Example

White with #552B17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552B17; }

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

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

background-color css

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

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

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

border-color css

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

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

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