Html Css Color HEX #552B1B Indian Tan

📋 copy color: '#552B1B'

red 85 ◦ green 43 ◦ blue 27

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

Shades of Indian Tan #552B1B

Tints of Indian Tan #552B1B

RGB

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

 GREEN value IS 43 (17.19% from 255) = 27.74%

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

R = 54.84%
G = 27.74%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.68

 K value IS 0.67

RGB Variations

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

Color information

#552B1B (or 0x552B1B) is known color: Indian Tan. HEX triplet: 55, 2B and 1B. RGB value is (85,43,27). Sum of RGB (Red+Green+Blue) = 85+43+27=155 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.84% from 155); Green value is 43 (17.19% from 255 or 27.74% from 155); Blue value is 27 (10.94% from 255 or 17.42% from 155); Max value from RGB is 85 - color contains mainly: red. Hex color #552B1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552B1B is #AAD4E4. Grayscale: #353535. Windows color (decimal): -11195621 or 1780565. OLE color: 1780565.

HSL color Cylindrical-coordinate representation of color #552B1B: hue angle of 16.55º 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 #552B1B is Cyan = 0, Magento = 0.49, Yellow = 0.68 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 43 27 -
CMYK 0 0.49 0.68 0.67
HSL 16.55º 0.52% 0.22% -
HSV(B) 16.55º 0.68% 0.33% -
XYZ 4.81 3.74 1.51 -
YUV 53.73 112.91 150.3 -
System Red Green Blue C M Y K H S L
Decimal 85 43 27 0 0.49 0.68 0.67 16.55 0.52 0.22
Hex 55 2B 1B 0 31 44 43 11 34 16
Octal 125 53 33 0 61 104 103 21 64 26
Binary 1010101 101011 11011 0 110001 1000100 1000011 10001 110100 10110

Color Harmonies of #552B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552B1B

Black with #552B1B

Text Example


Text Example

White with #552B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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