Html Css Color HEX #413D0C Madras

📋 copy color: '#413D0C'

red 65 ◦ green 61 ◦ blue 12

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

Shades of Madras #413D0C

Tints of Madras #413D0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 8.7%

R = 47.1%
G = 44.2%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.82

 K value IS 0.75

RGB Variations

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

Color information

#413D0C (or 0x413D0C) is known color: Madras. HEX triplet: 41, 3D and 0C. RGB value is (65,61,12). Sum of RGB (Red+Green+Blue) = 65+61+12=138 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.10% from 138); Green value is 61 (24.22% from 255 or 44.20% from 138); Blue value is 12 (5.08% from 255 or 8.70% from 138); Max value from RGB is 65 - color contains mainly: red. Hex color #413D0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413D0C is #BEC2F3. Grayscale: #383838. Windows color (decimal): -12501748 or 802113. OLE color: 802113.

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

Color convert

RGB 65 61 12 -
CMYK 0 0.06 0.82 0.75
HSL 55.47º 0.69% 0.15% -
HSV(B) 55.47º 0.82% 0.25% -
XYZ 3.92 4.49 1.01 -
YUV 56.61 102.83 133.98 -
System Red Green Blue C M Y K H S L
Decimal 65 61 12 0 0.06 0.82 0.75 55.47 0.69 0.15
Hex 41 3D C 0 6 52 4B 37 45 F
Octal 101 75 14 0 6 122 113 67 105 17
Binary 1000001 111101 1100 0 110 1010010 1001011 110111 1000101 1111

Color Harmonies of #413D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413D0C

Black with #413D0C

Text Example


Text Example

White with #413D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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