Html Css Color HEX #413A12 Madras

📋 copy color: '#413A12'

red 65 ◦ green 58 ◦ blue 18

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

Shades of Madras #413A12

Tints of Madras #413A12

RGB

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

 GREEN value IS 58 (23.05% from 255) = 41.13%

 BLUE value IS 18 (7.42% from 255) = 12.77%

R = 46.1%
G = 41.13%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.72

 K value IS 0.75

RGB Variations

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

Color information

#413A12 (or 0x413A12) is known color: Madras. HEX triplet: 41, 3A and 12. RGB value is (65,58,18). Sum of RGB (Red+Green+Blue) = 65+58+18=141 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.10% from 141); Green value is 58 (23.05% from 255 or 41.13% from 141); Blue value is 18 (7.42% from 255 or 12.77% from 141); Max value from RGB is 65 - color contains mainly: red. Hex color #413A12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413A12 is #BEC5ED. Grayscale: #373737. Windows color (decimal): -12502510 or 1194561. OLE color: 1194561.

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

Color convert

RGB 65 58 18 -
CMYK 0 0.11 0.72 0.75
HSL 51.06º 0.57% 0.16% -
HSV(B) 51.06º 0.72% 0.25% -
XYZ 3.8 4.19 1.18 -
YUV 55.53 106.82 134.75 -
System Red Green Blue C M Y K H S L
Decimal 65 58 18 0 0.11 0.72 0.75 51.06 0.57 0.16
Hex 41 3A 12 0 B 48 4B 33 39 10
Octal 101 72 22 0 13 110 113 63 71 20
Binary 1000001 111010 10010 0 1011 1001000 1001011 110011 111001 10000

Color Harmonies of #413A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413A12

Black with #413A12

Text Example


Text Example

White with #413A12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,58,18); }

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

background-color css

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

 a { background-color: rgb(65,58,18); }

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

border-color css

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

 span { border-color: rgb(65,58,18); }

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