Html Css Color HEX #413700 Madras

📋 copy color: '#413700'

red 65 ◦ green 55 ◦ blue 0

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

Shades of Madras #413700

Tints of Madras #413700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.17%
G = 45.83%
B = 0%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 1

 K value IS 0.75

RGB Variations

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

Color information

#413700 (or 0x413700) is known color: Madras. HEX triplet: 41, 37 and 00. RGB value is (65,55,0). Sum of RGB (Red+Green+Blue) = 65+55+0=120 (15% of max value = 765). Red value is 65 (25.78% from 255 or 54.17% from 120); Green value is 55 (21.88% from 255 or 45.83% from 120); Blue value is 0 (0.39% from 255 or 0% from 120); Max value from RGB is 65 - color contains mainly: red. Hex color #413700 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413700 is #BEC8FF. Grayscale: #333333. Windows color (decimal): -12503296 or 14145. OLE color: 14145.

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

Color convert

RGB 65 55 0 -
CMYK 0 0.15 1 0.75
HSL 50.77º 1% 0.13% -
HSV(B) 50.77º 1% 0.25% -
XYZ 3.55 3.86 0.56 -
YUV 51.72 98.81 137.47 -
System Red Green Blue C M Y K H S L
Decimal 65 55 0 0 0.15 1 0.75 50.77 1 0.13
Hex 41 37 0 0 F 64 4B 33 64 D
Octal 101 67 0 0 17 144 113 63 144 15
Binary 1000001 110111 0 0 1111 1100100 1001011 110011 1100100 1101

Color Harmonies of #413700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413700

Black with #413700

Text Example


Text Example

White with #413700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413700; }

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

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

background-color css

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

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

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

border-color css

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

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

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