Html Css Color HEX #513D0E Madras

📋 copy color: '#513D0E'

red 81 ◦ green 61 ◦ blue 14

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

Shades of Madras #513D0E

Tints of Madras #513D0E

RGB

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

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

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

R = 51.92%
G = 39.1%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.83

 K value IS 0.68

RGB Variations

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

Color information

#513D0E (or 0x513D0E) is known color: Madras. HEX triplet: 51, 3D and 0E. RGB value is (81,61,14). Sum of RGB (Red+Green+Blue) = 81+61+14=156 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.92% from 156); Green value is 61 (24.22% from 255 or 39.10% from 156); Blue value is 14 (5.86% from 255 or 8.97% from 156); Max value from RGB is 81 - color contains mainly: red. Hex color #513D0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513D0E is #AEC2F1. Grayscale: #3D3D3D. Windows color (decimal): -11453170 or 933201. OLE color: 933201.

HSL color Cylindrical-coordinate representation of color #513D0E: hue angle of 42.09º 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 #513D0E is Cyan = 0, Magento = 0.25, Yellow = 0.83 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 61 14 -
CMYK 0 0.25 0.83 0.68
HSL 42.09º 0.71% 0.19% -
HSV(B) 42.09º 0.83% 0.32% -
XYZ 5.14 5.12 1.13 -
YUV 61.62 101.13 141.82 -
System Red Green Blue C M Y K H S L
Decimal 81 61 14 0 0.25 0.83 0.68 42.09 0.71 0.19
Hex 51 3D E 0 19 53 44 2A 47 13
Octal 121 75 16 0 31 123 104 52 107 23
Binary 1010001 111101 1110 0 11001 1010011 1000100 101010 1000111 10011

Color Harmonies of #513D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513D0E

Black with #513D0E

Text Example


Text Example

White with #513D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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