Html Css Color HEX #51311E Indian Tan

📋 copy color: '#51311E'

red 81 ◦ green 49 ◦ blue 30

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

Shades of Indian Tan #51311E

Tints of Indian Tan #51311E

RGB

 RED value IS 81 (32.03% from 255) = 50.63%

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

 BLUE value IS 30 (12.11% from 255) = 18.75%

R = 50.63%
G = 30.63%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.63

 K value IS 0.68

RGB Variations

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

Color information

#51311E (or 0x51311E) is known color: Indian Tan. HEX triplet: 51, 31 and 1E. RGB value is (81,49,30). Sum of RGB (Red+Green+Blue) = 81+49+30=160 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.62% from 160); Green value is 49 (19.53% from 255 or 30.62% from 160); Blue value is 30 (12.11% from 255 or 18.75% from 160); Max value from RGB is 81 - color contains mainly: red. Hex color #51311E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51311E is #AECEE1. Grayscale: #383838. Windows color (decimal): -11456226 or 1978705. OLE color: 1978705.

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

Color convert

RGB 81 49 30 -
CMYK 0 0.40 0.63 0.68
HSL 22.35º 0.46% 0.22% -
HSV(B) 22.35º 0.63% 0.32% -
XYZ 4.73 4.04 1.76 -
YUV 56.4 113.1 145.54 -
System Red Green Blue C M Y K H S L
Decimal 81 49 30 0 0.40 0.63 0.68 22.35 0.46 0.22
Hex 51 31 1E 0 28 3F 44 16 2E 16
Octal 121 61 36 0 50 77 104 26 56 26
Binary 1010001 110001 11110 0 101000 111111 1000100 10110 101110 10110

Color Harmonies of #51311E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51311E

Black with #51311E

Text Example


Text Example

White with #51311E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51311E; }

 p { color: rgb(81,49,30); }

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

background-color css

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

 a { background-color: rgb(81,49,30); }

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

border-color css

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

 span { border-color: rgb(81,49,30); }

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