Html Css Color HEX #413B06 Madras

📋 copy color: '#413B06'

red 65 ◦ green 59 ◦ blue 6

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

Shades of Madras #413B06

Tints of Madras #413B06

RGB

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

 GREEN value IS 59 (23.44% from 255) = 45.38%

 BLUE value IS 6 (2.73% from 255) = 4.62%

R = 50%
G = 45.38%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.91

 K value IS 0.75

RGB Variations

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

Color information

#413B06 (or 0x413B06) is known color: Madras. HEX triplet: 41, 3B and 06. RGB value is (65,59,6). Sum of RGB (Red+Green+Blue) = 65+59+6=130 (17% of max value = 765). Red value is 65 (25.78% from 255 or 50% from 130); Green value is 59 (23.44% from 255 or 45.38% from 130); Blue value is 6 (2.73% from 255 or 4.62% from 130); Max value from RGB is 65 - color contains mainly: red. Hex color #413B06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413B06 is #BEC4F9. Grayscale: #363636. Windows color (decimal): -12502266 or 408385. OLE color: 408385.

HSL color Cylindrical-coordinate representation of color #413B06: hue angle of 53.9º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #413B06 is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 59 6 -
CMYK 0 0.09 0.91 0.75
HSL 53.9º 0.83% 0.14% -
HSV(B) 53.9º 0.91% 0.25% -
XYZ 3.78 4.26 0.8 -
YUV 54.75 100.49 135.31 -
System Red Green Blue C M Y K H S L
Decimal 65 59 6 0 0.09 0.91 0.75 53.9 0.83 0.14
Hex 41 3B 6 0 9 5B 4B 36 53 E
Octal 101 73 6 0 11 133 113 66 123 16
Binary 1000001 111011 110 0 1001 1011011 1001011 110110 1010011 1110

Color Harmonies of #413B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413B06

Black with #413B06

Text Example


Text Example

White with #413B06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,59,6); }

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

background-color css

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

 a { background-color: rgb(65,59,6); }

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

border-color css

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

 span { border-color: rgb(65,59,6); }

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