Html Css Color HEX #413813 Madras

📋 copy color: '#413813'

red 65 ◦ green 56 ◦ blue 19

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

Shades of Madras #413813

Tints of Madras #413813

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 value IS 0

 M value IS 0.14

 Y value IS 0.71

 K value IS 0.75

RGB Variations

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

Color information

#413813 (or 0x413813) is known color: 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

RGB 65 56 19 -
CMYK 0 0.14 0.71 0.75
HSL 48.26º 0.55% 0.16% -
HSV(B) 48.26º 0.71% 0.25% -
XYZ 3.71 4 1.19 -
YUV 54.47 107.98 135.51 -
System Red Green Blue C M Y K H S L
Decimal 65 56 19 0 0.14 0.71 0.75 48.26 0.55 0.16
Hex 41 38 13 0 E 47 4B 30 37 10
Octal 101 70 23 0 16 107 113 60 67 20
Binary 1000001 111000 10011 0 1110 1000111 1001011 110000 110111 10000

Color Harmonies of #413813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413813

Black with #413813

Text Example


Text Example

White with #413813

Text Example


Text Example

HTML Codes & Css Web 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>