#46341F

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

Shades of Clinker #46341F

Tints of Clinker #46341F

Color information

#46341F (or 0x46341F) is unknown color: approx Clinker. HEX triplet: 46, 34 and 1F. RGB value is (70,52,31). Sum of RGB (Red+Green+Blue) = 70+52+31=153 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.75% from 153); Green value is 52 (20.70% from 255 or 33.99% from 153); Blue value is 31 (12.5% from 255 or 20.26% from 153); Max value from RGB is 70 - color contains mainly: red. Hex color #46341F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46341F is #B9CBE0. Grayscale: #373737. Windows color (decimal): -12176353 or 2044998. OLE color: 2044998.

HSL color Cylindrical-coordinate representation of color #46341F: hue angle of 32.31º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #46341F is Cyan = 0, Magento = 0.26, Yellow = 0.56 and Black (K on CMYK) = 0.73.

Color convert

RGB705231-
CMYK00.260.560.73
HSL32.31º38.61%19.8%-
HSV(B)32.31º55.71%27.45%-
XYZ43.861.83-
YUV54.99114.46138.71-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 45.75%
GREEN value IS 52 (20.70% from 255) = 33.99%
BLUE value IS 31 (12.5% from 255) = 20.26%
R=45.75%
G=33.99%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.56
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70523100.260.560.7332.3138.6119.8
Hex46341F01A3849202714
Octal106643703270111404724
Binary100011011010011111011010111000100100110000010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46341F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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