Html Css Color HEX #413D0F Madras

📋 copy color: '#413D0F'

red 65 ◦ green 61 ◦ blue 15

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

Shades of Madras #413D0F

Tints of Madras #413D0F

RGB

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

 GREEN value IS 61 (24.22% from 255) = 43.26%

 BLUE value IS 15 (6.25% from 255) = 10.64%

R = 46.1%
G = 43.26%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.77

 K value IS 0.75

RGB Variations

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

Color information

#413D0F (or 0x413D0F) is known color: Madras. HEX triplet: 41, 3D and 0F. RGB value is (65,61,15). Sum of RGB (Red+Green+Blue) = 65+61+15=141 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.10% from 141); Green value is 61 (24.22% from 255 or 43.26% from 141); Blue value is 15 (6.25% from 255 or 10.64% from 141); Max value from RGB is 65 - color contains mainly: red. Hex color #413D0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413D0F is #BEC2F0. Grayscale: #393939. Windows color (decimal): -12501745 or 998721. OLE color: 998721.

HSL color Cylindrical-coordinate representation of color #413D0F: hue angle of 55.2º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #413D0F is Cyan = 0, Magento = 0.06, Yellow = 0.77 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 61 15 -
CMYK 0 0.06 0.77 0.75
HSL 55.2º 0.63% 0.16% -
HSV(B) 55.2º 0.77% 0.25% -
XYZ 3.93 4.5 1.11 -
YUV 56.95 104.33 133.74 -
System Red Green Blue C M Y K H S L
Decimal 65 61 15 0 0.06 0.77 0.75 55.2 0.63 0.16
Hex 41 3D F 0 6 4D 4B 37 3E 10
Octal 101 75 17 0 6 115 113 67 76 20
Binary 1000001 111101 1111 0 110 1001101 1001011 110111 111110 10000

Color Harmonies of #413D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413D0F

Black with #413D0F

Text Example


Text Example

White with #413D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,61,15); }

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

background-color css

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

 a { background-color: rgb(65,61,15); }

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

border-color css

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

 span { border-color: rgb(65,61,15); }

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