Html Css Color HEX #413811 Madras

📋 copy color: '#413811'

red 65 ◦ green 56 ◦ blue 17

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

Shades of Madras #413811

Tints of Madras #413811

RGB

 RED value IS 65 (25.78% from 255) = 47.1%

 GREEN value IS 56 (22.27% from 255) = 40.58%

 BLUE value IS 17 (7.03% from 255) = 12.32%

R = 47.1%
G = 40.58%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.74

 K value IS 0.75

RGB Variations

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

Color information

#413811 (or 0x413811) is known color: Madras. HEX triplet: 41, 38 and 11. RGB value is (65,56,17). Sum of RGB (Red+Green+Blue) = 65+56+17=138 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.10% from 138); Green value is 56 (22.27% from 255 or 40.58% from 138); Blue value is 17 (7.03% from 255 or 12.32% from 138); Max value from RGB is 65 - color contains mainly: red. Hex color #413811 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413811 is #BEC7EE. Grayscale: #363636. Windows color (decimal): -12503023 or 1128513. OLE color: 1128513.

HSL color Cylindrical-coordinate representation of color #413811: hue angle of 48.75º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #413811 is Cyan = 0, Magento = 0.14, Yellow = 0.74 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 56 17 -
CMYK 0 0.14 0.74 0.75
HSL 48.75º 0.59% 0.16% -
HSV(B) 48.75º 0.74% 0.25% -
XYZ 3.7 3.99 1.11 -
YUV 54.25 106.98 135.67 -
System Red Green Blue C M Y K H S L
Decimal 65 56 17 0 0.14 0.74 0.75 48.75 0.59 0.16
Hex 41 38 11 0 E 4A 4B 31 3B 10
Octal 101 70 21 0 16 112 113 61 73 20
Binary 1000001 111000 10001 0 1110 1001010 1001011 110001 111011 10000

Color Harmonies of #413811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413811

Black with #413811

Text Example


Text Example

White with #413811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413811; }

 p { color: rgb(65,56,17); }

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

background-color css

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

 a { background-color: rgb(65,56,17); }

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

border-color css

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

 span { border-color: rgb(65,56,17); }

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