Html Css Color HEX #403A03 Madras

📋 copy color: '#403A03'

red 64 ◦ green 58 ◦ blue 3

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

Shades of Madras #403A03

Tints of Madras #403A03

RGB

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

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

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

R = 51.2%
G = 46.4%
B = 2.4%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.95

 K value IS 0.75

RGB Variations

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

Color information

#403A03 (or 0x403A03) is known color: Madras. HEX triplet: 40, 3A and 03. RGB value is (64,58,3). Sum of RGB (Red+Green+Blue) = 64+58+3=125 (16% of max value = 765). Red value is 64 (25.39% from 255 or 51.2% from 125); Green value is 58 (23.05% from 255 or 46.4% from 125); Blue value is 3 (1.56% from 255 or 2.4% from 125); Max value from RGB is 64 - color contains mainly: red. Hex color #403A03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403A03 is #BFC5FC. Grayscale: #353535. Windows color (decimal): -12568061 or 211520. OLE color: 211520.

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

Color convert

RGB 64 58 3 -
CMYK 0 0.09 0.95 0.75
HSL 54.1º 0.91% 0.13% -
HSV(B) 54.1º 0.95% 0.25% -
XYZ 3.64 4.12 0.69 -
YUV 53.52 99.49 135.47 -
System Red Green Blue C M Y K H S L
Decimal 64 58 3 0 0.09 0.95 0.75 54.1 0.91 0.13
Hex 40 3A 3 0 9 5F 4B 36 5B D
Octal 100 72 3 0 11 137 113 66 133 15
Binary 1000000 111010 11 0 1001 1011111 1001011 110110 1011011 1101

Color Harmonies of #403A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403A03

Black with #403A03

Text Example


Text Example

White with #403A03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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