Html Css Color HEX #413D03 Madras

📋 copy color: '#413D03'

red 65 ◦ green 61 ◦ blue 3

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

Shades of Madras #413D03

Tints of Madras #413D03

RGB

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

 GREEN value IS 61 (24.22% from 255) = 47.29%

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

R = 50.39%
G = 47.29%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.95

 K value IS 0.75

RGB Variations

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

Color information

#413D03 (or 0x413D03) is known color: Madras. HEX triplet: 41, 3D and 03. RGB value is (65,61,3). Sum of RGB (Red+Green+Blue) = 65+61+3=129 (17% of max value = 765). Red value is 65 (25.78% from 255 or 50.39% from 129); Green value is 61 (24.22% from 255 or 47.29% from 129); Blue value is 3 (1.56% from 255 or 2.33% from 129); Max value from RGB is 65 - color contains mainly: red. Hex color #413D03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413D03 is #BEC2FC. Grayscale: #373737. Windows color (decimal): -12501757 or 212289. OLE color: 212289.

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

Color convert

RGB 65 61 3 -
CMYK 0 0.06 0.95 0.75
HSL 56.13º 0.91% 0.13% -
HSV(B) 56.13º 0.95% 0.25% -
XYZ 3.87 4.47 0.74 -
YUV 55.58 98.33 134.72 -
System Red Green Blue C M Y K H S L
Decimal 65 61 3 0 0.06 0.95 0.75 56.13 0.91 0.13
Hex 41 3D 3 0 6 5F 4B 38 5B D
Octal 101 75 3 0 6 137 113 70 133 15
Binary 1000001 111101 11 0 110 1011111 1001011 111000 1011011 1101

Color Harmonies of #413D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413D03

Black with #413D03

Text Example


Text Example

White with #413D03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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