Html Css Color HEX #552E1D Indian Tan

📋 copy color: '#552E1D'

red 85 ◦ green 46 ◦ blue 29

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

Shades of Indian Tan #552E1D

Tints of Indian Tan #552E1D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 28.75%

 BLUE value IS 29 (11.72% from 255) = 18.13%

R = 53.13%
G = 28.75%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.66

 K value IS 0.67

RGB Variations

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

Color information

#552E1D (or 0x552E1D) is known color: Indian Tan. HEX triplet: 55, 2E and 1D. RGB value is (85,46,29). Sum of RGB (Red+Green+Blue) = 85+46+29=160 (21% of max value = 765). Red value is 85 (33.59% from 255 or 53.12% from 160); Green value is 46 (18.36% from 255 or 28.75% from 160); Blue value is 29 (11.72% from 255 or 18.12% from 160); Max value from RGB is 85 - color contains mainly: red. Hex color #552E1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552E1D is #AAD1E2. Grayscale: #373737. Windows color (decimal): -11194851 or 1912405. OLE color: 1912405.

HSL color Cylindrical-coordinate representation of color #552E1D: hue angle of 18.21º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #552E1D is Cyan = 0, Magento = 0.46, Yellow = 0.66 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 46 29 -
CMYK 0 0.46 0.66 0.67
HSL 18.21º 0.49% 0.22% -
HSV(B) 18.21º 0.66% 0.33% -
XYZ 4.95 3.97 1.67 -
YUV 55.72 112.92 148.88 -
System Red Green Blue C M Y K H S L
Decimal 85 46 29 0 0.46 0.66 0.67 18.21 0.49 0.22
Hex 55 2E 1D 0 2E 42 43 12 31 16
Octal 125 56 35 0 56 102 103 22 61 26
Binary 1010101 101110 11101 0 101110 1000010 1000011 10010 110001 10110

Color Harmonies of #552E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552E1D

Black with #552E1D

Text Example


Text Example

White with #552E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,46,29); }

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

background-color css

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

 a { background-color: rgb(85,46,29); }

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

border-color css

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

 span { border-color: rgb(85,46,29); }

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