Html Css Color HEX #403A02 Madras

📋 copy color: '#403A02'

red 64 ◦ green 58 ◦ blue 2

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

Shades of Madras #403A02

Tints of Madras #403A02

RGB

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

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

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

R = 51.61%
G = 46.77%
B = 1.61%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.97

 K value IS 0.75

RGB Variations

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

Color information

#403A02 (or 0x403A02) is known color: Madras. HEX triplet: 40, 3A and 02. RGB value is (64,58,2). Sum of RGB (Red+Green+Blue) = 64+58+2=124 (16% of max value = 765). Red value is 64 (25.39% from 255 or 51.61% from 124); Green value is 58 (23.05% from 255 or 46.77% from 124); Blue value is 2 (1.17% from 255 or 1.61% from 124); Max value from RGB is 64 - color contains mainly: red. Hex color #403A02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403A02 is #BFC5FD. Grayscale: #353535. Windows color (decimal): -12568062 or 145984. OLE color: 145984.

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

Color convert

RGB 64 58 2 -
CMYK 0 0.09 0.97 0.75
HSL 54.19º 0.94% 0.13% -
HSV(B) 54.19º 0.97% 0.25% -
XYZ 3.64 4.12 0.66 -
YUV 53.41 98.99 135.55 -
System Red Green Blue C M Y K H S L
Decimal 64 58 2 0 0.09 0.97 0.75 54.19 0.94 0.13
Hex 40 3A 2 0 9 61 4B 36 5E D
Octal 100 72 2 0 11 141 113 66 136 15
Binary 1000000 111010 10 0 1001 1100001 1001011 110110 1011110 1101

Color Harmonies of #403A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403A02

Black with #403A02

Text Example


Text Example

White with #403A02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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