Html Css Color HEX #413708 Madras

📋 copy color: '#413708'

red 65 ◦ green 55 ◦ blue 8

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

Shades of Madras #413708

Tints of Madras #413708

RGB

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

 GREEN value IS 55 (21.88% from 255) = 42.97%

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

R = 50.78%
G = 42.97%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.88

 K value IS 0.75

RGB Variations

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

Color information

#413708 (or 0x413708) is known color: Madras. HEX triplet: 41, 37 and 08. RGB value is (65,55,8). Sum of RGB (Red+Green+Blue) = 65+55+8=128 (16% of max value = 765). Red value is 65 (25.78% from 255 or 50.78% from 128); Green value is 55 (21.88% from 255 or 42.97% from 128); Blue value is 8 (3.52% from 255 or 6.25% from 128); Max value from RGB is 65 - color contains mainly: red. Hex color #413708 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413708 is #BEC8F7. Grayscale: #343434. Windows color (decimal): -12503288 or 538433. OLE color: 538433.

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

Color convert

RGB 65 55 8 -
CMYK 0 0.15 0.88 0.75
HSL 49.47º 0.78% 0.14% -
HSV(B) 49.47º 0.88% 0.25% -
XYZ 3.59 3.87 0.79 -
YUV 52.63 102.81 136.82 -
System Red Green Blue C M Y K H S L
Decimal 65 55 8 0 0.15 0.88 0.75 49.47 0.78 0.14
Hex 41 37 8 0 F 58 4B 31 4E E
Octal 101 67 10 0 17 130 113 61 116 16
Binary 1000001 110111 1000 0 1111 1011000 1001011 110001 1001110 1110

Color Harmonies of #413708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413708

Black with #413708

Text Example


Text Example

White with #413708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413708; }

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

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

background-color css

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

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

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

border-color css

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

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

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