#43380D

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

Shades of Madras #43380D

Tints of Madras #43380D

Color information

#43380D (or 0x43380D) is unknown color: approx Madras. HEX triplet: 43, 38 and 0D. RGB value is (67,56,13). Sum of RGB (Red+Green+Blue) = 67+56+13=136 (18% of max value = 765). Red value is 67 (26.56% from 255 or 49.26% from 136); Green value is 56 (22.27% from 255 or 41.18% from 136); Blue value is 13 (5.47% from 255 or 9.56% from 136); Max value from RGB is 67 - color contains mainly: red. Hex color #43380D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #43380D is #BCC7F2. Grayscale: #363636. Windows color (decimal): -12371955 or 866371. OLE color: 866371.

HSL color Cylindrical-coordinate representation of color #43380D: hue angle of 47.78º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #43380D is Cyan = 0, Magento = 0.16, Yellow = 0.81 and Black (K on CMYK) = 0.74.

Color convert

RGB675613-
CMYK00.160.810.74
HSL47.78º67.5%15.69%-
HSV(B)47.78º80.6%26.27%-
XYZ3.84.050.96-
YUV54.39104.64137-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 49.26%
GREEN value IS 56 (22.27% from 255) = 41.18%
BLUE value IS 13 (5.47% from 255) = 9.56%
R=49.26%
G=41.18%
B=9.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.81
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67561300.160.810.7447.7867.515.69
Hex4338D010514A304410
Octal10370150201211126010420
Binary1000011111000110101000010100011001010110000100010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43380D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43380D; }

 p { color: rgb(67,56,13); }

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

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

 a { background-color: rgb(67,56,13); }

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

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

 span { border-color: rgb(67,56,13); }

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