Html Css Color HEX #413807 Madras

📋 copy color: '#413807'

red 65 ◦ green 56 ◦ blue 7

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

Shades of Madras #413807

Tints of Madras #413807

RGB

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

 GREEN value IS 56 (22.27% from 255) = 43.75%

 BLUE value IS 7 (3.13% from 255) = 5.47%

R = 50.78%
G = 43.75%
B = 5.47%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.89

 K value IS 0.75

RGB Variations

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

Color information

#413807 (or 0x413807) is known color: Madras. HEX triplet: 41, 38 and 07. RGB value is (65,56,7). Sum of RGB (Red+Green+Blue) = 65+56+7=128 (16% of max value = 765). Red value is 65 (25.78% from 255 or 50.78% from 128); Green value is 56 (22.27% from 255 or 43.75% from 128); Blue value is 7 (3.12% from 255 or 5.47% from 128); Max value from RGB is 65 - color contains mainly: red. Hex color #413807 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413807 is #BEC7F8. Grayscale: #353535. Windows color (decimal): -12503033 or 473153. OLE color: 473153.

HSL color Cylindrical-coordinate representation of color #413807: hue angle of 50.69º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #413807 is Cyan = 0, Magento = 0.14, Yellow = 0.89 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 56 7 -
CMYK 0 0.14 0.89 0.75
HSL 50.69º 0.81% 0.14% -
HSV(B) 50.69º 0.89% 0.25% -
XYZ 3.63 3.97 0.78 -
YUV 53.11 101.98 136.48 -
System Red Green Blue C M Y K H S L
Decimal 65 56 7 0 0.14 0.89 0.75 50.69 0.81 0.14
Hex 41 38 7 0 E 59 4B 33 51 E
Octal 101 70 7 0 16 131 113 63 121 16
Binary 1000001 111000 111 0 1110 1011001 1001011 110011 1010001 1110

Color Harmonies of #413807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413807

Black with #413807

Text Example


Text Example

White with #413807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413807; }

 p { color: rgb(65,56,7); }

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

background-color css

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

 a { background-color: rgb(65,56,7); }

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

border-color css

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

 span { border-color: rgb(65,56,7); }

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