#43311F

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

Shades of Clinker #43311F

Tints of Clinker #43311F

Color information

#43311F (or 0x43311F) is unknown color: approx Clinker. HEX triplet: 43, 31 and 1F. RGB value is (67,49,31). Sum of RGB (Red+Green+Blue) = 67+49+31=147 (19% of max value = 765). Red value is 67 (26.56% from 255 or 45.58% from 147); Green value is 49 (19.53% from 255 or 33.33% from 147); Blue value is 31 (12.5% from 255 or 21.09% from 147); Max value from RGB is 67 - color contains mainly: red. Hex color #43311F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43311F is #BCCEE0. Grayscale: #343434. Windows color (decimal): -12373729 or 2044227. OLE color: 2044227.

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

Color convert

RGB674931-
CMYK00.270.540.74
HSL30º36.73%19.22%-
HSV(B)30º53.73%26.27%-
XYZ3.663.491.78-
YUV52.33115.96138.46-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 45.58%
GREEN value IS 49 (19.53% from 255) = 33.33%
BLUE value IS 31 (12.5% from 255) = 21.09%
R=45.58%
G=33.33%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.54
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67493100.270.540.743036.7319.22
Hex43311F01B364A1e2513
Octal103613703366112364523
Binary10000111100011111101101111011010010101111010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43311F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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