#46341A

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

Shades of Clinker #46341A

Tints of Clinker #46341A

Color information

#46341A (or 0x46341A) is unknown color: approx Clinker. HEX triplet: 46, 34 and 1A. RGB value is (70,52,26). Sum of RGB (Red+Green+Blue) = 70+52+26=148 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.30% from 148); Green value is 52 (20.70% from 255 or 35.14% from 148); Blue value is 26 (10.55% from 255 or 17.57% from 148); Max value from RGB is 70 - color contains mainly: red. Hex color #46341A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46341A is #B9CBE5. Grayscale: #363636. Windows color (decimal): -12176358 or 1717318. OLE color: 1717318.

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

Color convert

RGB705226-
CMYK00.260.630.73
HSL35.45º45.83%18.82%-
HSV(B)35.45º62.86%27.45%-
XYZ3.943.831.51-
YUV54.42111.96139.11-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 47.30%
GREEN value IS 52 (20.70% from 255) = 35.14%
BLUE value IS 26 (10.55% from 255) = 17.57%
R=47.30%
G=35.14%
B=17.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.63
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70522600.260.630.7335.4545.8318.82
Hex46341A01A3F49232e13
Octal106643203277111435623
Binary100011011010011010011010111111100100110001110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46341A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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