Html Css Color HEX #413E08 Madras

📋 copy color: '#413E08'

red 65 ◦ green 62 ◦ blue 8

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

Shades of Madras #413E08

Tints of Madras #413E08

RGB

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

 GREEN value IS 62 (24.61% from 255) = 45.93%

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

R = 48.15%
G = 45.93%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.88

 K value IS 0.75

RGB Variations

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

Color information

#413E08 (or 0x413E08) is known color: Madras. HEX triplet: 41, 3E and 08. RGB value is (65,62,8). Sum of RGB (Red+Green+Blue) = 65+62+8=135 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.15% from 135); Green value is 62 (24.61% from 255 or 45.93% from 135); Blue value is 8 (3.52% from 255 or 5.93% from 135); Max value from RGB is 65 - color contains mainly: red. Hex color #413E08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413E08 is #BEC1F7. Grayscale: #383838. Windows color (decimal): -12501496 or 540225. OLE color: 540225.

HSL color Cylindrical-coordinate representation of color #413E08: hue angle of 56.84º 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 #413E08 is Cyan = 0, Magento = 0.05, Yellow = 0.88 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 62 8 -
CMYK 0 0.05 0.88 0.75
HSL 56.84º 0.78% 0.14% -
HSV(B) 56.84º 0.88% 0.25% -
XYZ 3.95 4.59 0.91 -
YUV 56.74 100.49 133.89 -
System Red Green Blue C M Y K H S L
Decimal 65 62 8 0 0.05 0.88 0.75 56.84 0.78 0.14
Hex 41 3E 8 0 5 58 4B 39 4E E
Octal 101 76 10 0 5 130 113 71 116 16
Binary 1000001 111110 1000 0 101 1011000 1001011 111001 1001110 1110

Color Harmonies of #413E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413E08

Black with #413E08

Text Example


Text Example

White with #413E08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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