Html Css Color HEX #52311F Indian Tan

📋 copy color: '#52311F'

red 82 ◦ green 49 ◦ blue 31

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

Shades of Indian Tan #52311F

Tints of Indian Tan #52311F

RGB

 RED value IS 82 (32.42% from 255) = 50.62%

 GREEN value IS 49 (19.53% from 255) = 30.25%

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

R = 50.62%
G = 30.25%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.62

 K value IS 0.68

RGB Variations

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

Color information

#52311F (or 0x52311F) is known color: Indian Tan. HEX triplet: 52, 31 and 1F. RGB value is (82,49,31). Sum of RGB (Red+Green+Blue) = 82+49+31=162 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.62% from 162); Green value is 49 (19.53% from 255 or 30.25% from 162); Blue value is 31 (12.5% from 255 or 19.14% from 162); Max value from RGB is 82 - color contains mainly: red. Hex color #52311F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52311F is #ADCEE0. Grayscale: #383838. Windows color (decimal): -11390689 or 2044242. OLE color: 2044242.

HSL color Cylindrical-coordinate representation of color #52311F: hue angle of 21.18º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52311F is Cyan = 0, Magento = 0.40, Yellow = 0.62 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 49 31 -
CMYK 0 0.40 0.62 0.68
HSL 21.18º 0.45% 0.22% -
HSV(B) 21.18º 0.62% 0.32% -
XYZ 4.83 4.09 1.83 -
YUV 56.82 113.43 145.96 -
System Red Green Blue C M Y K H S L
Decimal 82 49 31 0 0.40 0.62 0.68 21.18 0.45 0.22
Hex 52 31 1F 0 28 3E 44 15 2D 16
Octal 122 61 37 0 50 76 104 25 55 26
Binary 1010010 110001 11111 0 101000 111110 1000100 10101 101101 10110

Color Harmonies of #52311F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52311F

Black with #52311F

Text Example


Text Example

White with #52311F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52311F; }

 p { color: rgb(82,49,31); }

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

background-color css

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

 a { background-color: rgb(82,49,31); }

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

border-color css

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

 span { border-color: rgb(82,49,31); }

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