Html Css Color HEX #403A00 Madras

📋 copy color: '#403A00'

red 64 ◦ green 58 ◦ blue 0

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

Shades of Madras #403A00

Tints of Madras #403A00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.46%
G = 47.54%
B = 0%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 1

 K value IS 0.75

RGB Variations

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

Color information

#403A00 (or 0x403A00) is known color: Madras. HEX triplet: 40, 3A and 00. RGB value is (64,58,0). Sum of RGB (Red+Green+Blue) = 64+58+0=122 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.46% from 122); Green value is 58 (23.05% from 255 or 47.54% from 122); Blue value is 0 (0.39% from 255 or 0% from 122); Max value from RGB is 64 - color contains mainly: red. Hex color #403A00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403A00 is #BFC5FF. Grayscale: #353535. Windows color (decimal): -12568064 or 14912. OLE color: 14912.

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

Color convert

RGB 64 58 0 -
CMYK 0 0.09 1 0.75
HSL 54.38º 1% 0.13% -
HSV(B) 54.38º 1% 0.25% -
XYZ 3.63 4.12 0.6 -
YUV 53.18 97.99 135.72 -
System Red Green Blue C M Y K H S L
Decimal 64 58 0 0 0.09 1 0.75 54.38 1 0.13
Hex 40 3A 0 0 9 64 4B 36 64 D
Octal 100 72 0 0 11 144 113 66 144 15
Binary 1000000 111010 0 0 1001 1100100 1001011 110110 1100100 1101

Color Harmonies of #403A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403A00

Black with #403A00

Text Example


Text Example

White with #403A00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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