Html Css Color HEX #513628 Indian Tan

📋 copy color: '#513628'

red 81 ◦ green 54 ◦ blue 40

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

Shades of Indian Tan #513628

Tints of Indian Tan #513628

RGB

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

 GREEN value IS 54 (21.48% from 255) = 30.86%

 BLUE value IS 40 (16.02% from 255) = 22.86%

R = 46.29%
G = 30.86%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.51

 K value IS 0.68

RGB Variations

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

Color information

#513628 (or 0x513628) is known color: Indian Tan. HEX triplet: 51, 36 and 28. RGB value is (81,54,40). Sum of RGB (Red+Green+Blue) = 81+54+40=175 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.29% from 175); Green value is 54 (21.48% from 255 or 30.86% from 175); Blue value is 40 (16.02% from 255 or 22.86% from 175); Max value from RGB is 81 - color contains mainly: red. Hex color #513628 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513628 is #AEC9D7. Grayscale: #3C3C3C. Windows color (decimal): -11454936 or 2635345. OLE color: 2635345.

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

Color convert

RGB 81 54 40 -
CMYK 0 0.33 0.51 0.68
HSL 20.49º 0.34% 0.24% -
HSV(B) 20.49º 0.51% 0.32% -
XYZ 5.1 4.54 2.62 -
YUV 60.48 116.45 142.64 -
System Red Green Blue C M Y K H S L
Decimal 81 54 40 0 0.33 0.51 0.68 20.49 0.34 0.24
Hex 51 36 28 0 21 33 44 14 22 18
Octal 121 66 50 0 41 63 104 24 42 30
Binary 1010001 110110 101000 0 100001 110011 1000100 10100 100010 11000

Color Harmonies of #513628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513628

Black with #513628

Text Example


Text Example

White with #513628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513628; }

 p { color: rgb(81,54,40); }

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

background-color css

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

 a { background-color: rgb(81,54,40); }

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

border-color css

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

 span { border-color: rgb(81,54,40); }

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