Html Css Color HEX #51440B Madras

📋 copy color: '#51440B'

red 81 ◦ green 68 ◦ blue 11

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

Shades of Madras #51440B

Tints of Madras #51440B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 42.5%

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

R = 50.63%
G = 42.5%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.86

 K value IS 0.68

RGB Variations

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

Color information

#51440B (or 0x51440B) is known color: Madras. HEX triplet: 51, 44 and 0B. RGB value is (81,68,11). Sum of RGB (Red+Green+Blue) = 81+68+11=160 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.62% from 160); Green value is 68 (26.95% from 255 or 42.5% from 160); Blue value is 11 (4.69% from 255 or 6.88% from 160); Max value from RGB is 81 - color contains mainly: red. Hex color #51440B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #51440B is #AEBBF4. Grayscale: #414141. Windows color (decimal): -11451381 or 738385. OLE color: 738385.

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

Color convert

RGB 81 68 11 -
CMYK 0 0.16 0.86 0.68
HSL 48.86º 0.76% 0.18% -
HSV(B) 48.86º 0.86% 0.32% -
XYZ 5.52 5.91 1.17 -
YUV 65.39 97.31 139.13 -
System Red Green Blue C M Y K H S L
Decimal 81 68 11 0 0.16 0.86 0.68 48.86 0.76 0.18
Hex 51 44 B 0 10 56 44 31 4C 12
Octal 121 104 13 0 20 126 104 61 114 22
Binary 1010001 1000100 1011 0 10000 1010110 1000100 110001 1001100 10010

Color Harmonies of #51440B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51440B

Black with #51440B

Text Example


Text Example

White with #51440B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51440B; }

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

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

background-color css

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

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

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

border-color css

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

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

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