Html Css Color HEX #403C0B Madras

📋 copy color: '#403C0B'

red 64 ◦ green 60 ◦ blue 11

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

Shades of Madras #403C0B

Tints of Madras #403C0B

RGB

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

 GREEN value IS 60 (23.83% from 255) = 44.44%

 BLUE value IS 11 (4.69% from 255) = 8.15%

R = 47.41%
G = 44.44%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.83

 K value IS 0.75

RGB Variations

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

Color information

#403C0B (or 0x403C0B) is known color: Madras. HEX triplet: 40, 3C and 0B. RGB value is (64,60,11). Sum of RGB (Red+Green+Blue) = 64+60+11=135 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.41% from 135); Green value is 60 (23.83% from 255 or 44.44% from 135); Blue value is 11 (4.69% from 255 or 8.15% from 135); Max value from RGB is 64 - color contains mainly: red. Hex color #403C0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403C0B is #BFC3F4. Grayscale: #373737. Windows color (decimal): -12567541 or 736320. OLE color: 736320.

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

Color convert

RGB 64 60 11 -
CMYK 0 0.06 0.83 0.75
HSL 55.47º 0.71% 0.15% -
HSV(B) 55.47º 0.83% 0.25% -
XYZ 3.79 4.35 0.96 -
YUV 55.61 102.83 133.98 -
System Red Green Blue C M Y K H S L
Decimal 64 60 11 0 0.06 0.83 0.75 55.47 0.71 0.15
Hex 40 3C B 0 6 53 4B 37 47 F
Octal 100 74 13 0 6 123 113 67 107 17
Binary 1000000 111100 1011 0 110 1010011 1001011 110111 1000111 1111

Color Harmonies of #403C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403C0B

Black with #403C0B

Text Example


Text Example

White with #403C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,60,11); }

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

background-color css

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

 a { background-color: rgb(64,60,11); }

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

border-color css

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

 span { border-color: rgb(64,60,11); }

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