Html Css Color HEX #513F1B Madras

📋 copy color: '#513F1B'

red 81 ◦ green 63 ◦ blue 27

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

Shades of Madras #513F1B

Tints of Madras #513F1B

RGB

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

 GREEN value IS 63 (25% from 255) = 36.84%

 BLUE value IS 27 (10.94% from 255) = 15.79%

R = 47.37%
G = 36.84%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.67

 K value IS 0.68

RGB Variations

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

Color information

#513F1B (or 0x513F1B) is known color: Madras. HEX triplet: 51, 3F and 1B. RGB value is (81,63,27). Sum of RGB (Red+Green+Blue) = 81+63+27=171 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.37% from 171); Green value is 63 (25% from 255 or 36.84% from 171); Blue value is 27 (10.94% from 255 or 15.79% from 171); Max value from RGB is 81 - color contains mainly: red. Hex color #513F1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513F1B is #AEC0E4. Grayscale: #404040. Windows color (decimal): -11452645 or 1785681. OLE color: 1785681.

HSL color Cylindrical-coordinate representation of color #513F1B: hue angle of 40º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #513F1B is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 63 27 -
CMYK 0 0.22 0.67 0.68
HSL 40º 0.5% 0.21% -
HSV(B) 40º 0.67% 0.32% -
XYZ 5.37 5.38 1.79 -
YUV 64.28 106.96 139.93 -
System Red Green Blue C M Y K H S L
Decimal 81 63 27 0 0.22 0.67 0.68 40 0.5 0.21
Hex 51 3F 1B 0 16 43 44 28 32 15
Octal 121 77 33 0 26 103 104 50 62 25
Binary 1010001 111111 11011 0 10110 1000011 1000100 101000 110010 10101

Color Harmonies of #513F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513F1B

Black with #513F1B

Text Example


Text Example

White with #513F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,63,27); }

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

background-color css

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

 a { background-color: rgb(81,63,27); }

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

border-color css

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

 span { border-color: rgb(81,63,27); }

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