Html Css Color HEX #413B0B Madras

📋 copy color: '#413B0B'

red 65 ◦ green 59 ◦ blue 11

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

Shades of Madras #413B0B

Tints of Madras #413B0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 8.15%

R = 48.15%
G = 43.7%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.83

 K value IS 0.75

RGB Variations

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

Color information

#413B0B (or 0x413B0B) is known color: Madras. HEX triplet: 41, 3B and 0B. RGB value is (65,59,11). Sum of RGB (Red+Green+Blue) = 65+59+11=135 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.15% from 135); Green value is 59 (23.44% from 255 or 43.70% from 135); Blue value is 11 (4.69% from 255 or 8.15% from 135); Max value from RGB is 65 - color contains mainly: red. Hex color #413B0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413B0B is #BEC4F4. Grayscale: #373737. Windows color (decimal): -12502261 or 736065. OLE color: 736065.

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

Color convert

RGB 65 59 11 -
CMYK 0 0.09 0.83 0.75
HSL 53.33º 0.71% 0.15% -
HSV(B) 53.33º 0.83% 0.25% -
XYZ 3.8 4.28 0.94 -
YUV 55.32 102.99 134.9 -
System Red Green Blue C M Y K H S L
Decimal 65 59 11 0 0.09 0.83 0.75 53.33 0.71 0.15
Hex 41 3B B 0 9 53 4B 35 47 F
Octal 101 73 13 0 11 123 113 65 107 17
Binary 1000001 111011 1011 0 1001 1010011 1001011 110101 1000111 1111

Color Harmonies of #413B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413B0B

Black with #413B0B

Text Example


Text Example

White with #413B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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