Html Css Color HEX #403800 Madras

📋 copy color: '#403800'

red 64 ◦ green 56 ◦ blue 0

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

Shades of Madras #403800

Tints of Madras #403800

RGB

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

 GREEN value IS 56 (22.27% from 255) = 46.67%

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

R = 53.33%
G = 46.67%
B = 0%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 1

 K value IS 0.75

RGB Variations

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

Color information

#403800 (or 0x403800) is known color: Madras. HEX triplet: 40, 38 and 00. RGB value is (64,56,0). Sum of RGB (Red+Green+Blue) = 64+56+0=120 (15% of max value = 765). Red value is 64 (25.39% from 255 or 53.33% from 120); Green value is 56 (22.27% from 255 or 46.67% from 120); Blue value is 0 (0.39% from 255 or 0% from 120); Max value from RGB is 64 - color contains mainly: red. Hex color #403800 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403800 is #BFC7FF. Grayscale: #343434. Windows color (decimal): -12568576 or 14400. OLE color: 14400.

HSL color Cylindrical-coordinate representation of color #403800: hue angle of 52.5º 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 #403800 is Cyan = 0, Magento = 0.13, Yellow = 1 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 56 0 -
CMYK 0 0.13 1 0.75
HSL 52.5º 1% 0.13% -
HSV(B) 52.5º 1% 0.25% -
XYZ 3.53 3.92 0.57 -
YUV 52.01 98.65 136.55 -
System Red Green Blue C M Y K H S L
Decimal 64 56 0 0 0.13 1 0.75 52.5 1 0.13
Hex 40 38 0 0 D 64 4B 34 64 D
Octal 100 70 0 0 15 144 113 64 144 15
Binary 1000000 111000 0 0 1101 1100100 1001011 110100 1100100 1101

Color Harmonies of #403800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403800

Black with #403800

Text Example


Text Example

White with #403800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403800; }

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

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

background-color css

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

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

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

border-color css

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

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

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