Html Css Color HEX #413A08 Madras

📋 copy color: '#413A08'

red 65 ◦ green 58 ◦ blue 8

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

Shades of Madras #413A08

Tints of Madras #413A08

RGB

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

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

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

R = 49.62%
G = 44.27%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.88

 K value IS 0.75

RGB Variations

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

Color information

#413A08 (or 0x413A08) is known color: Madras. HEX triplet: 41, 3A and 08. RGB value is (65,58,8). Sum of RGB (Red+Green+Blue) = 65+58+8=131 (17% of max value = 765). Red value is 65 (25.78% from 255 or 49.62% from 131); Green value is 58 (23.05% from 255 or 44.27% from 131); Blue value is 8 (3.52% from 255 or 6.11% from 131); Max value from RGB is 65 - color contains mainly: red. Hex color #413A08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413A08 is #BEC5F7. Grayscale: #363636. Windows color (decimal): -12502520 or 539201. OLE color: 539201.

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

Color convert

RGB 65 58 8 -
CMYK 0 0.11 0.88 0.75
HSL 52.63º 0.78% 0.14% -
HSV(B) 52.63º 0.88% 0.25% -
XYZ 3.74 4.17 0.84 -
YUV 54.39 101.82 135.57 -
System Red Green Blue C M Y K H S L
Decimal 65 58 8 0 0.11 0.88 0.75 52.63 0.78 0.14
Hex 41 3A 8 0 B 58 4B 35 4E E
Octal 101 72 10 0 13 130 113 65 116 16
Binary 1000001 111010 1000 0 1011 1011000 1001011 110101 1001110 1110

Color Harmonies of #413A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413A08

Black with #413A08

Text Example


Text Example

White with #413A08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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