Html Css Color HEX #553327 Indian Tan

📋 copy color: '#553327'

red 85 ◦ green 51 ◦ blue 39

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

Shades of Indian Tan #553327

Tints of Indian Tan #553327

RGB

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

 GREEN value IS 51 (20.31% from 255) = 29.14%

 BLUE value IS 39 (15.63% from 255) = 22.29%

R = 48.57%
G = 29.14%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.54

 K value IS 0.67

RGB Variations

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

Color information

#553327 (or 0x553327) is known color: Indian Tan. HEX triplet: 55, 33 and 27. RGB value is (85,51,39). Sum of RGB (Red+Green+Blue) = 85+51+39=175 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.57% from 175); Green value is 51 (20.31% from 255 or 29.14% from 175); Blue value is 39 (15.62% from 255 or 22.29% from 175); Max value from RGB is 85 - color contains mainly: red. Hex color #553327 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553327 is #AACCD8. Grayscale: #3B3B3B. Windows color (decimal): -11193561 or 2569045. OLE color: 2569045.

HSL color Cylindrical-coordinate representation of color #553327: hue angle of 15.65º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #553327 is Cyan = 0, Magento = 0.40, Yellow = 0.54 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 51 39 -
CMYK 0 0.40 0.54 0.67
HSL 15.65º 0.37% 0.24% -
HSV(B) 15.65º 0.54% 0.33% -
XYZ 5.3 4.45 2.5 -
YUV 59.8 116.26 145.98 -
System Red Green Blue C M Y K H S L
Decimal 85 51 39 0 0.40 0.54 0.67 15.65 0.37 0.24
Hex 55 33 27 0 28 36 43 10 25 18
Octal 125 63 47 0 50 66 103 20 45 30
Binary 1010101 110011 100111 0 101000 110110 1000011 10000 100101 11000

Color Harmonies of #553327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553327

Black with #553327

Text Example


Text Example

White with #553327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553327; }

 p { color: rgb(85,51,39); }

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

background-color css

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

 a { background-color: rgb(85,51,39); }

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

border-color css

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

 span { border-color: rgb(85,51,39); }

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