Html Css Color HEX #403D03 Madras

📋 copy color: '#403D03'

red 64 ◦ green 61 ◦ blue 3

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

Shades of Madras #403D03

Tints of Madras #403D03

RGB

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

 GREEN value IS 61 (24.22% from 255) = 47.66%

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

R = 50%
G = 47.66%
B = 2.34%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.95

 K value IS 0.75

RGB Variations

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

Color information

#403D03 (or 0x403D03) is known color: Madras. HEX triplet: 40, 3D and 03. RGB value is (64,61,3). Sum of RGB (Red+Green+Blue) = 64+61+3=128 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50% from 128); Green value is 61 (24.22% from 255 or 47.66% from 128); Blue value is 3 (1.56% from 255 or 2.34% from 128); Max value from RGB is 64 - color contains mainly: red. Hex color #403D03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403D03 is #BFC2FC. Grayscale: #373737. Windows color (decimal): -12567293 or 212288. OLE color: 212288.

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

Color convert

RGB 64 61 3 -
CMYK 0 0.05 0.95 0.75
HSL 57.05º 0.91% 0.13% -
HSV(B) 57.05º 0.95% 0.25% -
XYZ 3.8 4.43 0.74 -
YUV 55.29 98.49 134.22 -
System Red Green Blue C M Y K H S L
Decimal 64 61 3 0 0.05 0.95 0.75 57.05 0.91 0.13
Hex 40 3D 3 0 5 5F 4B 39 5B D
Octal 100 75 3 0 5 137 113 71 133 15
Binary 1000000 111101 11 0 101 1011111 1001011 111001 1011011 1101

Color Harmonies of #403D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403D03

Black with #403D03

Text Example


Text Example

White with #403D03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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