Html Css Color HEX #552D1F Indian Tan

📋 copy color: '#552D1F'

red 85 ◦ green 45 ◦ blue 31

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

Shades of Indian Tan #552D1F

Tints of Indian Tan #552D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 19.25%

R = 52.8%
G = 27.95%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.64

 K value IS 0.67

RGB Variations

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

Color information

#552D1F (or 0x552D1F) is known color: Indian Tan. HEX triplet: 55, 2D and 1F. RGB value is (85,45,31). Sum of RGB (Red+Green+Blue) = 85+45+31=161 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.80% from 161); Green value is 45 (17.97% from 255 or 27.95% from 161); Blue value is 31 (12.5% from 255 or 19.25% from 161); Max value from RGB is 85 - color contains mainly: red. Hex color #552D1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552D1F is #AAD2E0. Grayscale: #373737. Windows color (decimal): -11195105 or 2043221. OLE color: 2043221.

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

Color convert

RGB 85 45 31 -
CMYK 0 0.47 0.64 0.67
HSL 15.56º 0.47% 0.23% -
HSV(B) 15.56º 0.64% 0.33% -
XYZ 4.93 3.91 1.79 -
YUV 55.36 114.25 149.14 -
System Red Green Blue C M Y K H S L
Decimal 85 45 31 0 0.47 0.64 0.67 15.56 0.47 0.23
Hex 55 2D 1F 0 2F 40 43 10 2F 17
Octal 125 55 37 0 57 100 103 20 57 27
Binary 1010101 101101 11111 0 101111 1000000 1000011 10000 101111 10111

Color Harmonies of #552D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552D1F

Black with #552D1F

Text Example


Text Example

White with #552D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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