Html Css Color HEX #413F0D Madras

📋 copy color: '#413F0D'

red 65 ◦ green 63 ◦ blue 13

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

Shades of Madras #413F0D

Tints of Madras #413F0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 9.22%

R = 46.1%
G = 44.68%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.80

 K value IS 0.75

RGB Variations

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

Color information

#413F0D (or 0x413F0D) is known color: Madras. HEX triplet: 41, 3F and 0D. RGB value is (65,63,13). Sum of RGB (Red+Green+Blue) = 65+63+13=141 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.10% from 141); Green value is 63 (25% from 255 or 44.68% from 141); Blue value is 13 (5.47% from 255 or 9.22% from 141); Max value from RGB is 65 - color contains mainly: red. Hex color #413F0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413F0D is #BEC0F2. Grayscale: #3A3A3A. Windows color (decimal): -12501235 or 868161. OLE color: 868161.

HSL color Cylindrical-coordinate representation of color #413F0D: hue angle of 57.69º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #413F0D is Cyan = 0, Magento = 0.03, Yellow = 0.80 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 63 13 -
CMYK 0 0.03 0.80 0.75
HSL 57.69º 0.67% 0.15% -
HSV(B) 57.69º 0.8% 0.25% -
XYZ 4.03 4.71 1.08 -
YUV 57.9 102.66 133.07 -
System Red Green Blue C M Y K H S L
Decimal 65 63 13 0 0.03 0.80 0.75 57.69 0.67 0.15
Hex 41 3F D 0 3 50 4B 3A 43 F
Octal 101 77 15 0 3 120 113 72 103 17
Binary 1000001 111111 1101 0 11 1010000 1001011 111010 1000011 1111

Color Harmonies of #413F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413F0D

Black with #413F0D

Text Example


Text Example

White with #413F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413F0D; }

 p { color: rgb(65,63,13); }

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

background-color css

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

 a { background-color: rgb(65,63,13); }

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

border-color css

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

 span { border-color: rgb(65,63,13); }

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