Html Css Color HEX #51411E Madras

📋 copy color: '#51411E'

red 81 ◦ green 65 ◦ blue 30

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

Shades of Madras #51411E

Tints of Madras #51411E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 36.93%

 BLUE value IS 30 (12.11% from 255) = 17.05%

R = 46.02%
G = 36.93%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.63

 K value IS 0.68

RGB Variations

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

Color information

#51411E (or 0x51411E) is known color: Madras. HEX triplet: 51, 41 and 1E. RGB value is (81,65,30). Sum of RGB (Red+Green+Blue) = 81+65+30=176 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.02% from 176); Green value is 65 (25.78% from 255 or 36.93% from 176); Blue value is 30 (12.11% from 255 or 17.05% from 176); Max value from RGB is 81 - color contains mainly: red. Hex color #51411E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51411E is #AEBEE1. Grayscale: #414141. Windows color (decimal): -11452130 or 1982801. OLE color: 1982801.

HSL color Cylindrical-coordinate representation of color #51411E: hue angle of 41.18º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #51411E is Cyan = 0, Magento = 0.20, Yellow = 0.63 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 65 30 -
CMYK 0 0.20 0.63 0.68
HSL 41.18º 0.46% 0.22% -
HSV(B) 41.18º 0.63% 0.32% -
XYZ 5.52 5.62 2.02 -
YUV 65.79 107.8 138.85 -
System Red Green Blue C M Y K H S L
Decimal 81 65 30 0 0.20 0.63 0.68 41.18 0.46 0.22
Hex 51 41 1E 0 14 3F 44 29 2E 16
Octal 121 101 36 0 24 77 104 51 56 26
Binary 1010001 1000001 11110 0 10100 111111 1000100 101001 101110 10110

Color Harmonies of #51411E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51411E

Black with #51411E

Text Example


Text Example

White with #51411E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51411E; }

 p { color: rgb(81,65,30); }

 H1.HeaderClassName
 {
   color: #51411E;
 }
 .AnyTagClassName
 {
   color: #51411E;
 }
</style>

background-color css

<style>
 a { background-color: #51411E; }

 a { background-color: rgb(81,65,30); }

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

border-color css

<style>
 span { border-color: #51411E; }

 span { border-color: rgb(81,65,30); }

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