Html Css Color HEX #513F1C Madras

📋 copy color: '#513F1C'

red 81 ◦ green 63 ◦ blue 28

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

Shades of Madras #513F1C

Tints of Madras #513F1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 16.28%

R = 47.09%
G = 36.63%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.65

 K value IS 0.68

RGB Variations

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

Color information

#513F1C (or 0x513F1C) is known color: Madras. HEX triplet: 51, 3F and 1C. RGB value is (81,63,28). Sum of RGB (Red+Green+Blue) = 81+63+28=172 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.09% from 172); Green value is 63 (25% from 255 or 36.63% from 172); Blue value is 28 (11.33% from 255 or 16.28% from 172); Max value from RGB is 81 - color contains mainly: red. Hex color #513F1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513F1C is #AEC0E3. Grayscale: #404040. Windows color (decimal): -11452644 or 1851217. OLE color: 1851217.

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

Color convert

RGB 81 63 28 -
CMYK 0 0.22 0.65 0.68
HSL 39.62º 0.49% 0.21% -
HSV(B) 39.62º 0.65% 0.32% -
XYZ 5.38 5.39 1.86 -
YUV 64.39 107.46 139.85 -
System Red Green Blue C M Y K H S L
Decimal 81 63 28 0 0.22 0.65 0.68 39.62 0.49 0.21
Hex 51 3F 1C 0 16 41 44 28 31 15
Octal 121 77 34 0 26 101 104 50 61 25
Binary 1010001 111111 11100 0 10110 1000001 1000100 101000 110001 10101

Color Harmonies of #513F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513F1C

Black with #513F1C

Text Example


Text Example

White with #513F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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