Html Css Color HEX #413A10 Madras

📋 copy color: '#413A10'

red 65 ◦ green 58 ◦ blue 16

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

Shades of Madras #413A10

Tints of Madras #413A10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 11.51%

R = 46.76%
G = 41.73%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.75

 K value IS 0.75

RGB Variations

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

Color information

#413A10 (or 0x413A10) is known color: Madras. HEX triplet: 41, 3A and 10. RGB value is (65,58,16). Sum of RGB (Red+Green+Blue) = 65+58+16=139 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.76% from 139); Green value is 58 (23.05% from 255 or 41.73% from 139); Blue value is 16 (6.64% from 255 or 11.51% from 139); Max value from RGB is 65 - color contains mainly: red. Hex color #413A10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413A10 is #BEC5EF. Grayscale: #373737. Windows color (decimal): -12502512 or 1063489. OLE color: 1063489.

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

Color convert

RGB 65 58 16 -
CMYK 0 0.11 0.75 0.75
HSL 51.43º 0.6% 0.16% -
HSV(B) 51.43º 0.75% 0.25% -
XYZ 3.79 4.19 1.1 -
YUV 55.31 105.82 134.92 -
System Red Green Blue C M Y K H S L
Decimal 65 58 16 0 0.11 0.75 0.75 51.43 0.6 0.16
Hex 41 3A 10 0 B 4B 4B 33 3C 10
Octal 101 72 20 0 13 113 113 63 74 20
Binary 1000001 111010 10000 0 1011 1001011 1001011 110011 111100 10000

Color Harmonies of #413A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413A10

Black with #413A10

Text Example


Text Example

White with #413A10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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