Html Css Color HEX #513D0D Madras

📋 copy color: '#513D0D'

red 81 ◦ green 61 ◦ blue 13

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

Shades of Madras #513D0D

Tints of Madras #513D0D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 39.35%

 BLUE value IS 13 (5.47% from 255) = 8.39%

R = 52.26%
G = 39.35%
B = 8.39%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.84

 K value IS 0.68

RGB Variations

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

Color information

#513D0D (or 0x513D0D) is known color: Madras. HEX triplet: 51, 3D and 0D. RGB value is (81,61,13). Sum of RGB (Red+Green+Blue) = 81+61+13=155 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.26% from 155); Green value is 61 (24.22% from 255 or 39.35% from 155); Blue value is 13 (5.47% from 255 or 8.39% from 155); Max value from RGB is 81 - color contains mainly: red. Hex color #513D0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513D0D is #AEC2F2. Grayscale: #3D3D3D. Windows color (decimal): -11453171 or 867665. OLE color: 867665.

HSL color Cylindrical-coordinate representation of color #513D0D: hue angle of 42.35º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #513D0D is Cyan = 0, Magento = 0.25, Yellow = 0.84 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 61 13 -
CMYK 0 0.25 0.84 0.68
HSL 42.35º 0.72% 0.18% -
HSV(B) 42.35º 0.84% 0.32% -
XYZ 5.13 5.12 1.1 -
YUV 61.51 100.63 141.9 -
System Red Green Blue C M Y K H S L
Decimal 81 61 13 0 0.25 0.84 0.68 42.35 0.72 0.18
Hex 51 3D D 0 19 54 44 2A 48 12
Octal 121 75 15 0 31 124 104 52 110 22
Binary 1010001 111101 1101 0 11001 1010100 1000100 101010 1001000 10010

Color Harmonies of #513D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513D0D

Black with #513D0D

Text Example


Text Example

White with #513D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513D0D; }

 p { color: rgb(81,61,13); }

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

background-color css

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

 a { background-color: rgb(81,61,13); }

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

border-color css

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

 span { border-color: rgb(81,61,13); }

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