Html Css Color HEX #553323 Indian Tan

📋 copy color: '#553323'

red 85 ◦ green 51 ◦ blue 35

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

Shades of Indian Tan #553323

Tints of Indian Tan #553323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 20.47%

R = 49.71%
G = 29.82%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.59

 K value IS 0.67

RGB Variations

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

Color information

#553323 (or 0x553323) is known color: Indian Tan. HEX triplet: 55, 33 and 23. RGB value is (85,51,35). Sum of RGB (Red+Green+Blue) = 85+51+35=171 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.71% from 171); Green value is 51 (20.31% from 255 or 29.82% from 171); Blue value is 35 (14.06% from 255 or 20.47% from 171); Max value from RGB is 85 - color contains mainly: red. Hex color #553323 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553323 is #AACCDC. Grayscale: #3B3B3B. Windows color (decimal): -11193565 or 2306901. OLE color: 2306901.

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

Color convert

RGB 85 51 35 -
CMYK 0 0.40 0.59 0.67
HSL 19.2º 0.42% 0.24% -
HSV(B) 19.2º 0.59% 0.33% -
XYZ 5.23 4.42 2.17 -
YUV 59.34 114.26 146.3 -
System Red Green Blue C M Y K H S L
Decimal 85 51 35 0 0.40 0.59 0.67 19.2 0.42 0.24
Hex 55 33 23 0 28 3B 43 13 2A 18
Octal 125 63 43 0 50 73 103 23 52 30
Binary 1010101 110011 100011 0 101000 111011 1000011 10011 101010 11000

Color Harmonies of #553323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553323

Black with #553323

Text Example


Text Example

White with #553323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553323; }

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

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

background-color css

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

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

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

border-color css

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

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

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