Html Css Color HEX #513427 Indian Tan

📋 copy color: '#513427'

red 81 ◦ green 52 ◦ blue 39

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

Shades of Indian Tan #513427

Tints of Indian Tan #513427

RGB

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

 GREEN value IS 52 (20.7% from 255) = 30.23%

 BLUE value IS 39 (15.63% from 255) = 22.67%

R = 47.09%
G = 30.23%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.52

 K value IS 0.68

RGB Variations

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

Color information

#513427 (or 0x513427) is known color: Indian Tan. HEX triplet: 51, 34 and 27. RGB value is (81,52,39). Sum of RGB (Red+Green+Blue) = 81+52+39=172 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.09% from 172); Green value is 52 (20.70% from 255 or 30.23% from 172); Blue value is 39 (15.62% from 255 or 22.67% from 172); Max value from RGB is 81 - color contains mainly: red. Hex color #513427 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513427 is #AECBD8. Grayscale: #3B3B3B. Windows color (decimal): -11455449 or 2569297. OLE color: 2569297.

HSL color Cylindrical-coordinate representation of color #513427: hue angle of 18.57º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #513427 is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 52 39 -
CMYK 0 0.36 0.52 0.68
HSL 18.57º 0.35% 0.24% -
HSV(B) 18.57º 0.52% 0.32% -
XYZ 4.99 4.35 2.5 -
YUV 59.19 116.61 143.56 -
System Red Green Blue C M Y K H S L
Decimal 81 52 39 0 0.36 0.52 0.68 18.57 0.35 0.24
Hex 51 34 27 0 24 34 44 13 23 18
Octal 121 64 47 0 44 64 104 23 43 30
Binary 1010001 110100 100111 0 100100 110100 1000100 10011 100011 11000

Color Harmonies of #513427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513427

Black with #513427

Text Example


Text Example

White with #513427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513427; }

 p { color: rgb(81,52,39); }

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

background-color css

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

 a { background-color: rgb(81,52,39); }

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

border-color css

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

 span { border-color: rgb(81,52,39); }

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