Html Css Color HEX #552D1B Indian Tan

📋 copy color: '#552D1B'

red 85 ◦ green 45 ◦ blue 27

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

Shades of Indian Tan #552D1B

Tints of Indian Tan #552D1B

RGB

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

 GREEN value IS 45 (17.97% from 255) = 28.66%

 BLUE value IS 27 (10.94% from 255) = 17.2%

R = 54.14%
G = 28.66%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.68

 K value IS 0.67

RGB Variations

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

Color information

#552D1B (or 0x552D1B) is known color: Indian Tan. HEX triplet: 55, 2D and 1B. RGB value is (85,45,27). Sum of RGB (Red+Green+Blue) = 85+45+27=157 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.14% from 157); Green value is 45 (17.97% from 255 or 28.66% from 157); Blue value is 27 (10.94% from 255 or 17.20% from 157); Max value from RGB is 85 - color contains mainly: red. Hex color #552D1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552D1B is #AAD2E4. Grayscale: #373737. Windows color (decimal): -11195109 or 1781077. OLE color: 1781077.

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

Color convert

RGB 85 45 27 -
CMYK 0 0.47 0.68 0.67
HSL 18.62º 0.52% 0.22% -
HSV(B) 18.62º 0.68% 0.33% -
XYZ 4.88 3.89 1.53 -
YUV 54.91 112.25 149.46 -
System Red Green Blue C M Y K H S L
Decimal 85 45 27 0 0.47 0.68 0.67 18.62 0.52 0.22
Hex 55 2D 1B 0 2F 44 43 13 34 16
Octal 125 55 33 0 57 104 103 23 64 26
Binary 1010101 101101 11011 0 101111 1000100 1000011 10011 110100 10110

Color Harmonies of #552D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552D1B

Black with #552D1B

Text Example


Text Example

White with #552D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,45,27); }

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

background-color css

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

 a { background-color: rgb(85,45,27); }

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

border-color css

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

 span { border-color: rgb(85,45,27); }

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