#43311E

Color #43311E Clinker (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Clinker #43311E

Tints of Clinker #43311E

Color information

#43311E (or 0x43311E) is unknown color: approx Clinker. HEX triplet: 43, 31 and 1E. RGB value is (67,49,30). Sum of RGB (Red+Green+Blue) = 67+49+30=146 (19% of max value = 765). Red value is 67 (26.56% from 255 or 45.89% from 146); Green value is 49 (19.53% from 255 or 33.56% from 146); Blue value is 30 (12.11% from 255 or 20.55% from 146); Max value from RGB is 67 - color contains mainly: red. Hex color #43311E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43311E is #BCCEE1. Grayscale: #343434. Windows color (decimal): -12373730 or 1978691. OLE color: 1978691.

HSL color Cylindrical-coordinate representation of color #43311E: hue angle of 30.81º degrees, saturation: 0.38, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #43311E is Cyan = 0, Magento = 0.27, Yellow = 0.55 and Black (K on CMYK) = 0.74.

Color convert

RGB674930-
CMYK00.270.550.74
HSL30.81º38.14%19.02%-
HSV(B)30.81º55.22%26.27%-
XYZ3.653.481.71-
YUV52.22115.46138.54-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 45.89%
GREEN value IS 49 (19.53% from 255) = 33.56%
BLUE value IS 30 (12.11% from 255) = 20.55%
R=45.89%
G=33.56%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.55
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67493000.270.550.7430.8138.1419.02
Hex43311E01B374A1f2613
Octal103613603367112374623
Binary10000111100011111001101111011110010101111110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43311E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43311E; }

 p { color: rgb(67,49,30); }

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

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

 a { background-color: rgb(67,49,30); }

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

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

 span { border-color: rgb(67,49,30); }

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