Html Css Color HEX #413C03 Madras

📋 copy color: '#413C03'

red 65 ◦ green 60 ◦ blue 3

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

Shades of Madras #413C03

Tints of Madras #413C03

RGB

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

 GREEN value IS 60 (23.83% from 255) = 46.88%

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

R = 50.78%
G = 46.88%
B = 2.34%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.95

 K value IS 0.75

RGB Variations

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

Color information

#413C03 (or 0x413C03) is known color: Madras. HEX triplet: 41, 3C and 03. RGB value is (65,60,3). Sum of RGB (Red+Green+Blue) = 65+60+3=128 (16% of max value = 765). Red value is 65 (25.78% from 255 or 50.78% from 128); Green value is 60 (23.83% from 255 or 46.88% from 128); Blue value is 3 (1.56% from 255 or 2.34% from 128); Max value from RGB is 65 - color contains mainly: red. Hex color #413C03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413C03 is #BEC3FC. Grayscale: #373737. Windows color (decimal): -12502013 or 212033. OLE color: 212033.

HSL color Cylindrical-coordinate representation of color #413C03: hue angle of 55.16º 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 #413C03 is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 60 3 -
CMYK 0 0.08 0.95 0.75
HSL 55.16º 0.91% 0.13% -
HSV(B) 55.16º 0.95% 0.25% -
XYZ 3.81 4.36 0.73 -
YUV 55 98.66 135.13 -
System Red Green Blue C M Y K H S L
Decimal 65 60 3 0 0.08 0.95 0.75 55.16 0.91 0.13
Hex 41 3C 3 0 8 5F 4B 37 5B D
Octal 101 74 3 0 10 137 113 67 133 15
Binary 1000001 111100 11 0 1000 1011111 1001011 110111 1011011 1101

Color Harmonies of #413C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413C03

Black with #413C03

Text Example


Text Example

White with #413C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413C03; }

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

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

background-color css

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

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

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

border-color css

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

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

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