Html Css Color HEX #403A01 Madras

📋 copy color: '#403A01'

red 64 ◦ green 58 ◦ blue 1

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

Shades of Madras #403A01

Tints of Madras #403A01

RGB

 RED value IS 64 (25.39% from 255) = 52.03%

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

 BLUE value IS 1 (0.78% from 255) = 0.81%

R = 52.03%
G = 47.15%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.98

 K value IS 0.75

RGB Variations

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

Color information

#403A01 (or 0x403A01) is known color: Madras. HEX triplet: 40, 3A and 01. RGB value is (64,58,1). Sum of RGB (Red+Green+Blue) = 64+58+1=123 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.03% from 123); Green value is 58 (23.05% from 255 or 47.15% from 123); Blue value is 1 (0.78% from 255 or 0.81% from 123); Max value from RGB is 64 - color contains mainly: red. Hex color #403A01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403A01 is #BFC5FE. Grayscale: #353535. Windows color (decimal): -12568063 or 80448. OLE color: 80448.

HSL color Cylindrical-coordinate representation of color #403A01: hue angle of 54.29º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #403A01 is Cyan = 0, Magento = 0.09, Yellow = 0.98 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 58 1 -
CMYK 0 0.09 0.98 0.75
HSL 54.29º 0.97% 0.13% -
HSV(B) 54.29º 0.98% 0.25% -
XYZ 3.63 4.12 0.63 -
YUV 53.3 98.49 135.63 -
System Red Green Blue C M Y K H S L
Decimal 64 58 1 0 0.09 0.98 0.75 54.29 0.97 0.13
Hex 40 3A 1 0 9 62 4B 36 61 D
Octal 100 72 1 0 11 142 113 66 141 15
Binary 1000000 111010 1 0 1001 1100010 1001011 110110 1100001 1101

Color Harmonies of #403A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403A01

Black with #403A01

Text Example


Text Example

White with #403A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403A01; }

 p { color: rgb(64,58,1); }

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

background-color css

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

 a { background-color: rgb(64,58,1); }

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

border-color css

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

 span { border-color: rgb(64,58,1); }

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