Html Css Color HEX #413702 Madras

📋 copy color: '#413702'

red 65 ◦ green 55 ◦ blue 2

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

Shades of Madras #413702

Tints of Madras #413702

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.64%

R = 53.28%
G = 45.08%
B = 1.64%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.97

 K value IS 0.75

RGB Variations

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

Color information

#413702 (or 0x413702) is known color: Madras. HEX triplet: 41, 37 and 02. RGB value is (65,55,2). Sum of RGB (Red+Green+Blue) = 65+55+2=122 (16% of max value = 765). Red value is 65 (25.78% from 255 or 53.28% from 122); Green value is 55 (21.88% from 255 or 45.08% from 122); Blue value is 2 (1.17% from 255 or 1.64% from 122); Max value from RGB is 65 - color contains mainly: red. Hex color #413702 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413702 is #BEC8FD. Grayscale: #343434. Windows color (decimal): -12503294 or 145217. OLE color: 145217.

HSL color Cylindrical-coordinate representation of color #413702: hue angle of 50.48º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #413702 is Cyan = 0, Magento = 0.15, Yellow = 0.97 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 55 2 -
CMYK 0 0.15 0.97 0.75
HSL 50.48º 0.94% 0.13% -
HSV(B) 50.48º 0.97% 0.25% -
XYZ 3.56 3.86 0.62 -
YUV 51.95 99.81 137.31 -
System Red Green Blue C M Y K H S L
Decimal 65 55 2 0 0.15 0.97 0.75 50.48 0.94 0.13
Hex 41 37 2 0 F 61 4B 32 5E D
Octal 101 67 2 0 17 141 113 62 136 15
Binary 1000001 110111 10 0 1111 1100001 1001011 110010 1011110 1101

Color Harmonies of #413702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413702

Black with #413702

Text Example


Text Example

White with #413702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413702; }

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

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

background-color css

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

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

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

border-color css

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

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

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