Html Css Color HEX #413A02 Madras

📋 copy color: '#413A02'

red 65 ◦ green 58 ◦ blue 2

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

Shades of Madras #413A02

Tints of Madras #413A02

RGB

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

 GREEN value IS 58 (23.05% from 255) = 46.4%

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

R = 52%
G = 46.4%
B = 1.6%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.97

 K value IS 0.75

RGB Variations

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

Color information

#413A02 (or 0x413A02) is known color: Madras. HEX triplet: 41, 3A and 02. RGB value is (65,58,2). Sum of RGB (Red+Green+Blue) = 65+58+2=125 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52% from 125); Green value is 58 (23.05% from 255 or 46.4% from 125); Blue value is 2 (1.17% from 255 or 1.6% from 125); Max value from RGB is 65 - color contains mainly: red. Hex color #413A02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413A02 is #BEC5FD. Grayscale: #353535. Windows color (decimal): -12502526 or 145985. OLE color: 145985.

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

Color convert

RGB 65 58 2 -
CMYK 0 0.11 0.97 0.75
HSL 53.33º 0.94% 0.13% -
HSV(B) 53.33º 0.97% 0.25% -
XYZ 3.7 4.15 0.66 -
YUV 53.71 98.82 136.05 -
System Red Green Blue C M Y K H S L
Decimal 65 58 2 0 0.11 0.97 0.75 53.33 0.94 0.13
Hex 41 3A 2 0 B 61 4B 35 5E D
Octal 101 72 2 0 13 141 113 65 136 15
Binary 1000001 111010 10 0 1011 1100001 1001011 110101 1011110 1101

Color Harmonies of #413A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413A02

Black with #413A02

Text Example


Text Example

White with #413A02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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