Html Css Color HEX #413B08 Madras

📋 copy color: '#413B08'

red 65 ◦ green 59 ◦ blue 8

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

Shades of Madras #413B08

Tints of Madras #413B08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 6.06%

R = 49.24%
G = 44.7%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.88

 K value IS 0.75

RGB Variations

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

Color information

#413B08 (or 0x413B08) is known color: Madras. HEX triplet: 41, 3B and 08. RGB value is (65,59,8). Sum of RGB (Red+Green+Blue) = 65+59+8=132 (17% of max value = 765). Red value is 65 (25.78% from 255 or 49.24% from 132); Green value is 59 (23.44% from 255 or 44.70% from 132); Blue value is 8 (3.52% from 255 or 6.06% from 132); Max value from RGB is 65 - color contains mainly: red. Hex color #413B08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413B08 is #BEC4F7. Grayscale: #373737. Windows color (decimal): -12502264 or 539457. OLE color: 539457.

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

Color convert

RGB 65 59 8 -
CMYK 0 0.09 0.88 0.75
HSL 53.68º 0.78% 0.14% -
HSV(B) 53.68º 0.88% 0.25% -
XYZ 3.79 4.27 0.85 -
YUV 54.98 101.49 135.15 -
System Red Green Blue C M Y K H S L
Decimal 65 59 8 0 0.09 0.88 0.75 53.68 0.78 0.14
Hex 41 3B 8 0 9 58 4B 36 4E E
Octal 101 73 10 0 11 130 113 66 116 16
Binary 1000001 111011 1000 0 1001 1011000 1001011 110110 1001110 1110

Color Harmonies of #413B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413B08

Black with #413B08

Text Example


Text Example

White with #413B08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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