#43341F

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

Shades of Clinker #43341F

Tints of Clinker #43341F

Color information

#43341F (or 0x43341F) is unknown color: approx Clinker. HEX triplet: 43, 34 and 1F. RGB value is (67,52,31). Sum of RGB (Red+Green+Blue) = 67+52+31=150 (19% of max value = 765). Red value is 67 (26.56% from 255 or 44.67% from 150); Green value is 52 (20.70% from 255 or 34.67% from 150); Blue value is 31 (12.5% from 255 or 20.67% from 150); Max value from RGB is 67 - color contains mainly: red. Hex color #43341F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43341F is #BCCBE0. Grayscale: #363636. Windows color (decimal): -12372961 or 2044995. OLE color: 2044995.

HSL color Cylindrical-coordinate representation of color #43341F: hue angle of 35º 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 #43341F is Cyan = 0, Magento = 0.22, Yellow = 0.54 and Black (K on CMYK) = 0.74.

Color convert

RGB675231-
CMYK00.220.540.74
HSL35º36.73%19.22%-
HSV(B)35º53.73%26.27%-
XYZ3.793.751.82-
YUV54.09114.97137.21-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 44.67%
GREEN value IS 52 (20.70% from 255) = 34.67%
BLUE value IS 31 (12.5% from 255) = 20.67%
R=44.67%
G=34.67%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.54
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67523100.220.540.743536.7319.22
Hex43341F016364A232513
Octal103643702666112434523
Binary100001111010011111010110110110100101010001110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43341F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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