Html Css Color HEX #552512 Indian Tan

📋 copy color: '#552512'

red 85 ◦ green 37 ◦ blue 18

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

Shades of Indian Tan #552512

Tints of Indian Tan #552512

RGB

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

 GREEN value IS 37 (14.84% from 255) = 26.43%

 BLUE value IS 18 (7.42% from 255) = 12.86%

R = 60.71%
G = 26.43%
B = 12.86%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.79

 K value IS 0.67

RGB Variations

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

Color information

#552512 (or 0x552512) is known color: Indian Tan. HEX triplet: 55, 25 and 12. RGB value is (85,37,18). Sum of RGB (Red+Green+Blue) = 85+37+18=140 (18% of max value = 765). Red value is 85 (33.59% from 255 or 60.71% from 140); Green value is 37 (14.84% from 255 or 26.43% from 140); Blue value is 18 (7.42% from 255 or 12.86% from 140); Max value from RGB is 85 - color contains mainly: red. Hex color #552512 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552512 is #AADAED. Grayscale: #313131. Windows color (decimal): -11197166 or 1189205. OLE color: 1189205.

HSL color Cylindrical-coordinate representation of color #552512: hue angle of 17.01º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #552512 is Cyan = 0, Magento = 0.56, Yellow = 0.79 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 37 18 -
CMYK 0 0.56 0.79 0.67
HSL 17.01º 0.65% 0.2% -
HSV(B) 17.01º 0.79% 0.33% -
XYZ 4.52 3.3 0.97 -
YUV 49.19 110.4 153.54 -
System Red Green Blue C M Y K H S L
Decimal 85 37 18 0 0.56 0.79 0.67 17.01 0.65 0.2
Hex 55 25 12 0 38 4F 43 11 41 14
Octal 125 45 22 0 70 117 103 21 101 24
Binary 1010101 100101 10010 0 111000 1001111 1000011 10001 1000001 10100

Color Harmonies of #552512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552512

Black with #552512

Text Example


Text Example

White with #552512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552512; }

 p { color: rgb(85,37,18); }

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

background-color css

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

 a { background-color: rgb(85,37,18); }

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

border-color css

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

 span { border-color: rgb(85,37,18); }

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