Html Css Color HEX #413C08 Madras

📋 copy color: '#413C08'

red 65 ◦ green 60 ◦ blue 8

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

Shades of Madras #413C08

Tints of Madras #413C08

RGB

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

 GREEN value IS 60 (23.83% from 255) = 45.11%

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

R = 48.87%
G = 45.11%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.88

 K value IS 0.75

RGB Variations

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

Color information

#413C08 (or 0x413C08) is known color: Madras. HEX triplet: 41, 3C and 08. RGB value is (65,60,8). Sum of RGB (Red+Green+Blue) = 65+60+8=133 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.87% from 133); Green value is 60 (23.83% from 255 or 45.11% from 133); Blue value is 8 (3.52% from 255 or 6.02% from 133); Max value from RGB is 65 - color contains mainly: red. Hex color #413C08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413C08 is #BEC3F7. Grayscale: #373737. Windows color (decimal): -12502008 or 539713. OLE color: 539713.

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

Color convert

RGB 65 60 8 -
CMYK 0 0.08 0.88 0.75
HSL 54.74º 0.78% 0.14% -
HSV(B) 54.74º 0.88% 0.25% -
XYZ 3.84 4.37 0.87 -
YUV 55.57 101.16 134.73 -
System Red Green Blue C M Y K H S L
Decimal 65 60 8 0 0.08 0.88 0.75 54.74 0.78 0.14
Hex 41 3C 8 0 8 58 4B 37 4E E
Octal 101 74 10 0 10 130 113 67 116 16
Binary 1000001 111100 1000 0 1000 1011000 1001011 110111 1001110 1110

Color Harmonies of #413C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413C08

Black with #413C08

Text Example


Text Example

White with #413C08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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