#413813

Color #413813 Madras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Madras #413813

Tints of Madras #413813

Color information

#413813 (or 0x413813) is unknown color: approx Madras. HEX triplet: 41, 38 and 13. RGB value is (65,56,19). Sum of RGB (Red+Green+Blue) = 65+56+19=140 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.43% from 140); Green value is 56 (22.27% from 255 or 40% from 140); Blue value is 19 (7.81% from 255 or 13.57% from 140); Max value from RGB is 65 - color contains mainly: red. Hex color #413813 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413813 is #BEC7EC. Grayscale: #363636. Windows color (decimal): -12503021 or 1259585. OLE color: 1259585.

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

Color convert

RGB655619-
CMYK00.140.710.75
HSL48.26º54.76%16.47%-
HSV(B)48.26º70.77%25.49%-
XYZ3.7141.19-
YUV54.47107.98135.51-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 46.43%
GREEN value IS 56 (22.27% from 255) = 40%
BLUE value IS 19 (7.81% from 255) = 13.57%
R=46.43%
G=40%
B=13.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.71
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65561900.140.710.7548.2654.7616.47
Hex4138130E474B303710
Octal1017023016107113606720
Binary100000111100010011011101000111100101111000011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413813; }

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

 H1.HeaderClassName
 {
   color: #413813;
 }
 .AnyTagClassName
 {
   color: #413813;
 }
</style>
background-color css

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

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

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

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

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

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