Html Css Color HEX #513C0B Madras

📋 copy color: '#513C0B'

red 81 ◦ green 60 ◦ blue 11

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

Shades of Madras #513C0B

Tints of Madras #513C0B

RGB

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

 GREEN value IS 60 (23.83% from 255) = 39.47%

 BLUE value IS 11 (4.69% from 255) = 7.24%

R = 53.29%
G = 39.47%
B = 7.24%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.86

 K value IS 0.68

RGB Variations

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

Color information

#513C0B (or 0x513C0B) is known color: Madras. HEX triplet: 51, 3C and 0B. RGB value is (81,60,11). Sum of RGB (Red+Green+Blue) = 81+60+11=152 (20% of max value = 765). Red value is 81 (32.03% from 255 or 53.29% from 152); Green value is 60 (23.83% from 255 or 39.47% from 152); Blue value is 11 (4.69% from 255 or 7.24% from 152); Max value from RGB is 81 - color contains mainly: red. Hex color #513C0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513C0B is #AEC3F4. Grayscale: #3C3C3C. Windows color (decimal): -11453429 or 736337. OLE color: 736337.

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

Color convert

RGB 81 60 11 -
CMYK 0 0.26 0.86 0.68
HSL 42º 0.76% 0.18% -
HSV(B) 42º 0.86% 0.32% -
XYZ 5.07 5.01 1.02 -
YUV 60.69 99.96 142.48 -
System Red Green Blue C M Y K H S L
Decimal 81 60 11 0 0.26 0.86 0.68 42 0.76 0.18
Hex 51 3C B 0 1A 56 44 2A 4C 12
Octal 121 74 13 0 32 126 104 52 114 22
Binary 1010001 111100 1011 0 11010 1010110 1000100 101010 1001100 10010

Color Harmonies of #513C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513C0B

Black with #513C0B

Text Example


Text Example

White with #513C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,60,11); }

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

background-color css

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

 a { background-color: rgb(81,60,11); }

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

border-color css

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

 span { border-color: rgb(81,60,11); }

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