#43380F

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

Shades of Madras #43380F

Tints of Madras #43380F

Color information

#43380F (or 0x43380F) is unknown color: approx Madras. HEX triplet: 43, 38 and 0F. RGB value is (67,56,15). Sum of RGB (Red+Green+Blue) = 67+56+15=138 (18% of max value = 765). Red value is 67 (26.56% from 255 or 48.55% from 138); Green value is 56 (22.27% from 255 or 40.58% from 138); Blue value is 15 (6.25% from 255 or 10.87% from 138); Max value from RGB is 67 - color contains mainly: red. Hex color #43380F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #43380F is #BCC7F0. Grayscale: #363636. Windows color (decimal): -12371953 or 997443. OLE color: 997443.

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

Color convert

RGB675615-
CMYK00.160.780.74
HSL47.31º63.41%16.08%-
HSV(B)47.31º77.61%26.27%-
XYZ3.824.061.03-
YUV54.62105.64136.83-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 48.55%
GREEN value IS 56 (22.27% from 255) = 40.58%
BLUE value IS 15 (6.25% from 255) = 10.87%
R=48.55%
G=40.58%
B=10.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.78
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67561500.160.780.7447.3163.4116.08
Hex4338F0104E4A2f3f10
Octal1037017020116112577720
Binary100001111100011110100001001110100101010111111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43380F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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