Html Css Color HEX #403D08 Madras

📋 copy color: '#403D08'

red 64 ◦ green 61 ◦ blue 8

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

Shades of Madras #403D08

Tints of Madras #403D08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 6.02%

R = 48.12%
G = 45.86%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.87

 K value IS 0.75

RGB Variations

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

Color information

#403D08 (or 0x403D08) is known color: Madras. HEX triplet: 40, 3D and 08. RGB value is (64,61,8). Sum of RGB (Red+Green+Blue) = 64+61+8=133 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.12% from 133); Green value is 61 (24.22% from 255 or 45.86% from 133); Blue value is 8 (3.52% from 255 or 6.02% from 133); Max value from RGB is 64 - color contains mainly: red. Hex color #403D08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403D08 is #BFC2F7. Grayscale: #383838. Windows color (decimal): -12567288 or 539968. OLE color: 539968.

HSL color Cylindrical-coordinate representation of color #403D08: hue angle of 56.79º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #403D08 is Cyan = 0, Magento = 0.05, Yellow = 0.87 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 61 8 -
CMYK 0 0.05 0.87 0.75
HSL 56.79º 0.78% 0.14% -
HSV(B) 56.79º 0.88% 0.25% -
XYZ 3.83 4.45 0.89 -
YUV 55.86 100.99 133.81 -
System Red Green Blue C M Y K H S L
Decimal 64 61 8 0 0.05 0.87 0.75 56.79 0.78 0.14
Hex 40 3D 8 0 5 57 4B 39 4E E
Octal 100 75 10 0 5 127 113 71 116 16
Binary 1000000 111101 1000 0 101 1010111 1001011 111001 1001110 1110

Color Harmonies of #403D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403D08

Black with #403D08

Text Example


Text Example

White with #403D08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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