#46351F

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

Shades of Clinker #46351F

Tints of Clinker #46351F

Color information

#46351F (or 0x46351F) is unknown color: approx Clinker. HEX triplet: 46, 35 and 1F. RGB value is (70,53,31). Sum of RGB (Red+Green+Blue) = 70+53+31=154 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.45% from 154); Green value is 53 (21.09% from 255 or 34.42% from 154); Blue value is 31 (12.5% from 255 or 20.13% from 154); Max value from RGB is 70 - color contains mainly: red. Hex color #46351F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46351F is #B9CAE0. Grayscale: #373737. Windows color (decimal): -12176097 or 2045254. OLE color: 2045254.

HSL color Cylindrical-coordinate representation of color #46351F: hue angle of 33.85º 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 #46351F is Cyan = 0, Magento = 0.24, Yellow = 0.56 and Black (K on CMYK) = 0.73.

Color convert

RGB705331-
CMYK00.240.560.73
HSL33.85º38.61%19.8%-
HSV(B)33.85º55.71%27.45%-
XYZ4.053.951.84-
YUV55.58114.13138.29-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 45.45%
GREEN value IS 53 (21.09% from 255) = 34.42%
BLUE value IS 31 (12.5% from 255) = 20.13%
R=45.45%
G=34.42%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.56
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70533100.240.560.7333.8538.6119.8
Hex46351F0183849222714
Octal106653703070111424724
Binary100011011010111111011000111000100100110001010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46351F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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