Html Css Color HEX #513023 Indian Tan

📋 copy color: '#513023'

red 81 ◦ green 48 ◦ blue 35

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

Shades of Indian Tan #513023

Tints of Indian Tan #513023

RGB

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

 GREEN value IS 48 (19.14% from 255) = 29.27%

 BLUE value IS 35 (14.06% from 255) = 21.34%

R = 49.39%
G = 29.27%
B = 21.34%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.57

 K value IS 0.68

RGB Variations

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

Color information

#513023 (or 0x513023) is known color: Indian Tan. HEX triplet: 51, 30 and 23. RGB value is (81,48,35). Sum of RGB (Red+Green+Blue) = 81+48+35=164 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.39% from 164); Green value is 48 (19.14% from 255 or 29.27% from 164); Blue value is 35 (14.06% from 255 or 21.34% from 164); Max value from RGB is 81 - color contains mainly: red. Hex color #513023 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513023 is #AECFDC. Grayscale: #383838. Windows color (decimal): -11456477 or 2306129. OLE color: 2306129.

HSL color Cylindrical-coordinate representation of color #513023: hue angle of 16.96º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #513023 is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 48 35 -
CMYK 0 0.41 0.57 0.68
HSL 16.96º 0.4% 0.23% -
HSV(B) 16.96º 0.57% 0.32% -
XYZ 4.75 3.98 2.11 -
YUV 56.39 115.93 145.56 -
System Red Green Blue C M Y K H S L
Decimal 81 48 35 0 0.41 0.57 0.68 16.96 0.4 0.23
Hex 51 30 23 0 29 39 44 11 28 17
Octal 121 60 43 0 51 71 104 21 50 27
Binary 1010001 110000 100011 0 101001 111001 1000100 10001 101000 10111

Color Harmonies of #513023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513023

Black with #513023

Text Example


Text Example

White with #513023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513023; }

 p { color: rgb(81,48,35); }

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

background-color css

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

 a { background-color: rgb(81,48,35); }

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

border-color css

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

 span { border-color: rgb(81,48,35); }

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