Html Css Color HEX #552613 Indian Tan

📋 copy color: '#552613'

red 85 ◦ green 38 ◦ blue 19

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

Shades of Indian Tan #552613

Tints of Indian Tan #552613

RGB

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

 GREEN value IS 38 (15.23% from 255) = 26.76%

 BLUE value IS 19 (7.81% from 255) = 13.38%

R = 59.86%
G = 26.76%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.78

 K value IS 0.67

RGB Variations

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

Color information

#552613 (or 0x552613) is known color: Indian Tan. HEX triplet: 55, 26 and 13. RGB value is (85,38,19). Sum of RGB (Red+Green+Blue) = 85+38+19=142 (18% of max value = 765). Red value is 85 (33.59% from 255 or 59.86% from 142); Green value is 38 (15.23% from 255 or 26.76% from 142); Blue value is 19 (7.81% from 255 or 13.38% from 142); Max value from RGB is 85 - color contains mainly: red. Hex color #552613 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552613 is #AAD9EC. Grayscale: #323232. Windows color (decimal): -11196909 or 1254997. OLE color: 1254997.

HSL color Cylindrical-coordinate representation of color #552613: hue angle of 17.27º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #552613 is Cyan = 0, Magento = 0.55, Yellow = 0.78 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 38 19 -
CMYK 0 0.55 0.78 0.67
HSL 17.27º 0.63% 0.2% -
HSV(B) 17.27º 0.78% 0.33% -
XYZ 4.56 3.36 1.03 -
YUV 49.89 110.57 153.04 -
System Red Green Blue C M Y K H S L
Decimal 85 38 19 0 0.55 0.78 0.67 17.27 0.63 0.2
Hex 55 26 13 0 37 4E 43 11 3F 14
Octal 125 46 23 0 67 116 103 21 77 24
Binary 1010101 100110 10011 0 110111 1001110 1000011 10001 111111 10100

Color Harmonies of #552613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552613

Black with #552613

Text Example


Text Example

White with #552613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552613; }

 p { color: rgb(85,38,19); }

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

background-color css

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

 a { background-color: rgb(85,38,19); }

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

border-color css

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

 span { border-color: rgb(85,38,19); }

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