#443D0B

Color #443D0B Madras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Madras #443D0B

Tints of Madras #443D0B

Color information

#443D0B (or 0x443D0B) is unknown color: approx Madras. HEX triplet: 44, 3D and 0B. RGB value is (68,61,11). Sum of RGB (Red+Green+Blue) = 68+61+11=140 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.57% from 140); Green value is 61 (24.22% from 255 or 43.57% from 140); Blue value is 11 (4.69% from 255 or 7.86% from 140); Max value from RGB is 68 - color contains mainly: red. Hex color #443D0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #443D0B is #BBC2F4. Grayscale: #393939. Windows color (decimal): -12305141 or 736580. OLE color: 736580.

HSL color Cylindrical-coordinate representation of color #443D0B: hue angle of 52.63º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #443D0B is Cyan = 0, Magento = 0.10, Yellow = 0.84 and Black (K on CMYK) = 0.73.

Color convert

RGB686111-
CMYK00.100.840.73
HSL52.63º72.15%15.49%-
HSV(B)52.63º83.82%26.67%-
XYZ4.114.590.99-
YUV57.39101.82135.57-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 48.57%
GREEN value IS 61 (24.22% from 255) = 43.57%
BLUE value IS 11 (4.69% from 255) = 7.86%
R=48.57%
G=43.57%
B=7.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.84
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68611100.100.840.7352.6372.1515.49
Hex443DB0A54493548f
Octal10475130121241116511017
Binary10001001111011011010101010100100100111010110010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443D0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443D0B; }

 p { color: rgb(68,61,11); }

 H1.HeaderClassName
 {
   color: #443D0B;
 }
 .AnyTagClassName
 {
   color: #443D0B;
 }
</style>
background-color css

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

 a { background-color: rgb(68,61,11); }

 div.DivClassName
 {
   background-color: #443D0B;
 }
 .BgClassName
 {
   background-color: #443D0B;
 }
</style>
border-color css

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

 span { border-color: rgb(68,61,11); }

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