Html Css Color HEX #413C0D Madras

📋 copy color: '#413C0D'

red 65 ◦ green 60 ◦ blue 13

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

Shades of Madras #413C0D

Tints of Madras #413C0D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 43.48%

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

R = 47.1%
G = 43.48%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.80

 K value IS 0.75

RGB Variations

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

Color information

#413C0D (or 0x413C0D) is known color: Madras. HEX triplet: 41, 3C and 0D. RGB value is (65,60,13). Sum of RGB (Red+Green+Blue) = 65+60+13=138 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.10% from 138); Green value is 60 (23.83% from 255 or 43.48% from 138); Blue value is 13 (5.47% from 255 or 9.42% from 138); Max value from RGB is 65 - color contains mainly: red. Hex color #413C0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413C0D is #BEC3F2. Grayscale: #383838. Windows color (decimal): -12502003 or 867393. OLE color: 867393.

HSL color Cylindrical-coordinate representation of color #413C0D: hue angle of 54.23º 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 #413C0D is Cyan = 0, Magento = 0.08, Yellow = 0.80 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 60 13 -
CMYK 0 0.08 0.80 0.75
HSL 54.23º 0.67% 0.15% -
HSV(B) 54.23º 0.8% 0.25% -
XYZ 3.87 4.38 1.02 -
YUV 56.14 103.66 134.32 -
System Red Green Blue C M Y K H S L
Decimal 65 60 13 0 0.08 0.80 0.75 54.23 0.67 0.15
Hex 41 3C D 0 8 50 4B 36 43 F
Octal 101 74 15 0 10 120 113 66 103 17
Binary 1000001 111100 1101 0 1000 1010000 1001011 110110 1000011 1111

Color Harmonies of #413C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413C0D

Black with #413C0D

Text Example


Text Example

White with #413C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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