Html Css Color HEX #413D02 Madras

📋 copy color: '#413D02'

red 65 ◦ green 61 ◦ blue 2

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

Shades of Madras #413D02

Tints of Madras #413D02

RGB

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

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

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

R = 50.78%
G = 47.66%
B = 1.56%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.97

 K value IS 0.75

RGB Variations

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

Color information

#413D02 (or 0x413D02) is known color: Madras. HEX triplet: 41, 3D and 02. RGB value is (65,61,2). Sum of RGB (Red+Green+Blue) = 65+61+2=128 (16% of max value = 765). Red value is 65 (25.78% from 255 or 50.78% from 128); Green value is 61 (24.22% from 255 or 47.66% from 128); Blue value is 2 (1.17% from 255 or 1.56% from 128); Max value from RGB is 65 - color contains mainly: red. Hex color #413D02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413D02 is #BEC2FD. Grayscale: #373737. Windows color (decimal): -12501758 or 146753. OLE color: 146753.

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

Color convert

RGB 65 61 2 -
CMYK 0 0.06 0.97 0.75
HSL 56.19º 0.94% 0.13% -
HSV(B) 56.19º 0.97% 0.25% -
XYZ 3.86 4.47 0.72 -
YUV 55.47 97.83 134.8 -
System Red Green Blue C M Y K H S L
Decimal 65 61 2 0 0.06 0.97 0.75 56.19 0.94 0.13
Hex 41 3D 2 0 6 61 4B 38 5E D
Octal 101 75 2 0 6 141 113 70 136 15
Binary 1000001 111101 10 0 110 1100001 1001011 111000 1011110 1101

Color Harmonies of #413D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413D02

Black with #413D02

Text Example


Text Example

White with #413D02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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