Html Css Color HEX #513B0B Madras

📋 copy color: '#513B0B'

red 81 ◦ green 59 ◦ blue 11

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

Shades of Madras #513B0B

Tints of Madras #513B0B

RGB

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

 GREEN value IS 59 (23.44% from 255) = 39.07%

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

R = 53.64%
G = 39.07%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.86

 K value IS 0.68

RGB Variations

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

Color information

#513B0B (or 0x513B0B) is known color: Madras. HEX triplet: 51, 3B and 0B. RGB value is (81,59,11). Sum of RGB (Red+Green+Blue) = 81+59+11=151 (20% of max value = 765). Red value is 81 (32.03% from 255 or 53.64% from 151); Green value is 59 (23.44% from 255 or 39.07% from 151); Blue value is 11 (4.69% from 255 or 7.28% from 151); Max value from RGB is 81 - color contains mainly: red. Hex color #513B0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513B0B is #AEC4F4. Grayscale: #3C3C3C. Windows color (decimal): -11453685 or 736081. OLE color: 736081.

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

Color convert

RGB 81 59 11 -
CMYK 0 0.27 0.86 0.68
HSL 41.14º 0.76% 0.18% -
HSV(B) 41.14º 0.86% 0.32% -
XYZ 5.02 4.9 1 -
YUV 60.11 100.29 142.9 -
System Red Green Blue C M Y K H S L
Decimal 81 59 11 0 0.27 0.86 0.68 41.14 0.76 0.18
Hex 51 3B B 0 1B 56 44 29 4C 12
Octal 121 73 13 0 33 126 104 51 114 22
Binary 1010001 111011 1011 0 11011 1010110 1000100 101001 1001100 10010

Color Harmonies of #513B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513B0B

Black with #513B0B

Text Example


Text Example

White with #513B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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