Html Css Color HEX #513F1D Madras

📋 copy color: '#513F1D'

red 81 ◦ green 63 ◦ blue 29

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

Shades of Madras #513F1D

Tints of Madras #513F1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 16.76%

R = 46.82%
G = 36.42%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.64

 K value IS 0.68

RGB Variations

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

Color information

#513F1D (or 0x513F1D) is known color: Madras. HEX triplet: 51, 3F and 1D. RGB value is (81,63,29). Sum of RGB (Red+Green+Blue) = 81+63+29=173 (22% of max value = 765). Red value is 81 (32.03% from 255 or 46.82% from 173); Green value is 63 (25% from 255 or 36.42% from 173); Blue value is 29 (11.72% from 255 or 16.76% from 173); Max value from RGB is 81 - color contains mainly: red. Hex color #513F1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513F1D is #AEC0E2. Grayscale: #404040. Windows color (decimal): -11452643 or 1916753. OLE color: 1916753.

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

Color convert

RGB 81 63 29 -
CMYK 0 0.22 0.64 0.68
HSL 39.23º 0.47% 0.22% -
HSV(B) 39.23º 0.64% 0.32% -
XYZ 5.39 5.39 1.92 -
YUV 64.51 107.96 139.76 -
System Red Green Blue C M Y K H S L
Decimal 81 63 29 0 0.22 0.64 0.68 39.23 0.47 0.22
Hex 51 3F 1D 0 16 40 44 27 2F 16
Octal 121 77 35 0 26 100 104 47 57 26
Binary 1010001 111111 11101 0 10110 1000000 1000100 100111 101111 10110

Color Harmonies of #513F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513F1D

Black with #513F1D

Text Example


Text Example

White with #513F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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