Html Css Color HEX #51250E Indian Tan

📋 copy color: '#51250E'

red 81 ◦ green 37 ◦ blue 14

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

Shades of Indian Tan #51250E

Tints of Indian Tan #51250E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 10.61%

R = 61.36%
G = 28.03%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.83

 K value IS 0.68

RGB Variations

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

Color information

#51250E (or 0x51250E) is known color: Indian Tan. HEX triplet: 51, 25 and 0E. RGB value is (81,37,14). Sum of RGB (Red+Green+Blue) = 81+37+14=132 (17% of max value = 765). Red value is 81 (32.03% from 255 or 61.36% from 132); Green value is 37 (14.84% from 255 or 28.03% from 132); Blue value is 14 (5.86% from 255 or 10.61% from 132); Max value from RGB is 81 - color contains mainly: red. Hex color #51250E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #51250E is #AEDAF1. Grayscale: #2F2F2F. Windows color (decimal): -11459314 or 927057. OLE color: 927057.

HSL color Cylindrical-coordinate representation of color #51250E: hue angle of 20.6º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #51250E is Cyan = 0, Magento = 0.54, Yellow = 0.83 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 37 14 -
CMYK 0 0.54 0.83 0.68
HSL 20.6º 0.71% 0.19% -
HSV(B) 20.6º 0.83% 0.32% -
XYZ 4.13 3.1 0.8 -
YUV 47.53 109.08 151.87 -
System Red Green Blue C M Y K H S L
Decimal 81 37 14 0 0.54 0.83 0.68 20.6 0.71 0.19
Hex 51 25 E 0 36 53 44 15 47 13
Octal 121 45 16 0 66 123 104 25 107 23
Binary 1010001 100101 1110 0 110110 1010011 1000100 10101 1000111 10011

Color Harmonies of #51250E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51250E

Black with #51250E

Text Example


Text Example

White with #51250E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,37,14); }

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

background-color css

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

 a { background-color: rgb(81,37,14); }

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

border-color css

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

 span { border-color: rgb(81,37,14); }

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