Html Css Color HEX #403B06 Madras

📋 copy color: '#403B06'

red 64 ◦ green 59 ◦ blue 6

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

Shades of Madras #403B06

Tints of Madras #403B06

RGB

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

 GREEN value IS 59 (23.44% from 255) = 45.74%

 BLUE value IS 6 (2.73% from 255) = 4.65%

R = 49.61%
G = 45.74%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.91

 K value IS 0.75

RGB Variations

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

Color information

#403B06 (or 0x403B06) is known color: Madras. HEX triplet: 40, 3B and 06. RGB value is (64,59,6). Sum of RGB (Red+Green+Blue) = 64+59+6=129 (17% of max value = 765). Red value is 64 (25.39% from 255 or 49.61% from 129); Green value is 59 (23.44% from 255 or 45.74% from 129); Blue value is 6 (2.73% from 255 or 4.65% from 129); Max value from RGB is 64 - color contains mainly: red. Hex color #403B06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403B06 is #BFC4F9. Grayscale: #363636. Windows color (decimal): -12567802 or 408384. OLE color: 408384.

HSL color Cylindrical-coordinate representation of color #403B06: hue angle of 54.83º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #403B06 is Cyan = 0, Magento = 0.08, Yellow = 0.91 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 59 6 -
CMYK 0 0.08 0.91 0.75
HSL 54.83º 0.83% 0.14% -
HSV(B) 54.83º 0.91% 0.25% -
XYZ 3.71 4.23 0.79 -
YUV 54.45 100.66 134.81 -
System Red Green Blue C M Y K H S L
Decimal 64 59 6 0 0.08 0.91 0.75 54.83 0.83 0.14
Hex 40 3B 6 0 8 5B 4B 37 53 E
Octal 100 73 6 0 10 133 113 67 123 16
Binary 1000000 111011 110 0 1000 1011011 1001011 110111 1010011 1110

Color Harmonies of #403B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403B06

Black with #403B06

Text Example


Text Example

White with #403B06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,59,6); }

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

background-color css

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

 a { background-color: rgb(64,59,6); }

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

border-color css

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

 span { border-color: rgb(64,59,6); }

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