Html Css Color HEX #413703 Madras

📋 copy color: '#413703'

red 65 ◦ green 55 ◦ blue 3

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

Shades of Madras #413703

Tints of Madras #413703

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.44%

R = 52.85%
G = 44.72%
B = 2.44%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.95

 K value IS 0.75

RGB Variations

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

Color information

#413703 (or 0x413703) is known color: Madras. HEX triplet: 41, 37 and 03. RGB value is (65,55,3). Sum of RGB (Red+Green+Blue) = 65+55+3=123 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52.85% from 123); Green value is 55 (21.88% from 255 or 44.72% from 123); Blue value is 3 (1.56% from 255 or 2.44% from 123); Max value from RGB is 65 - color contains mainly: red. Hex color #413703 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413703 is #BEC8FC. Grayscale: #343434. Windows color (decimal): -12503293 or 210753. OLE color: 210753.

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

Color convert

RGB 65 55 3 -
CMYK 0 0.15 0.95 0.75
HSL 50.32º 0.91% 0.13% -
HSV(B) 50.32º 0.95% 0.25% -
XYZ 3.56 3.86 0.64 -
YUV 52.06 100.31 137.23 -
System Red Green Blue C M Y K H S L
Decimal 65 55 3 0 0.15 0.95 0.75 50.32 0.91 0.13
Hex 41 37 3 0 F 5F 4B 32 5B D
Octal 101 67 3 0 17 137 113 62 133 15
Binary 1000001 110111 11 0 1111 1011111 1001011 110010 1011011 1101

Color Harmonies of #413703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413703

Black with #413703

Text Example


Text Example

White with #413703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413703; }

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

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

background-color css

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

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

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

border-color css

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

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

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