Html Css Color HEX #413D08 Madras

📋 copy color: '#413D08'

red 65 ◦ green 61 ◦ blue 8

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

Shades of Madras #413D08

Tints of Madras #413D08

RGB

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

 GREEN value IS 61 (24.22% from 255) = 45.52%

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

R = 48.51%
G = 45.52%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.88

 K value IS 0.75

RGB Variations

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

Color information

#413D08 (or 0x413D08) is known color: Madras. HEX triplet: 41, 3D and 08. RGB value is (65,61,8). Sum of RGB (Red+Green+Blue) = 65+61+8=134 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.51% from 134); Green value is 61 (24.22% from 255 or 45.52% from 134); Blue value is 8 (3.52% from 255 or 5.97% from 134); Max value from RGB is 65 - color contains mainly: red. Hex color #413D08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413D08 is #BEC2F7. Grayscale: #383838. Windows color (decimal): -12501752 or 539969. OLE color: 539969.

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

Color convert

RGB 65 61 8 -
CMYK 0 0.06 0.88 0.75
HSL 55.79º 0.78% 0.14% -
HSV(B) 55.79º 0.88% 0.25% -
XYZ 3.89 4.48 0.89 -
YUV 56.15 100.83 134.31 -
System Red Green Blue C M Y K H S L
Decimal 65 61 8 0 0.06 0.88 0.75 55.79 0.78 0.14
Hex 41 3D 8 0 6 58 4B 38 4E E
Octal 101 75 10 0 6 130 113 70 116 16
Binary 1000001 111101 1000 0 110 1011000 1001011 111000 1001110 1110

Color Harmonies of #413D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413D08

Black with #413D08

Text Example


Text Example

White with #413D08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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