#463219

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

Shades of Clinker #463219

Tints of Clinker #463219

Color information

#463219 (or 0x463219) is unknown color: approx Clinker. HEX triplet: 46, 32 and 19. RGB value is (70,50,25). Sum of RGB (Red+Green+Blue) = 70+50+25=145 (19% of max value = 765). Red value is 70 (27.73% from 255 or 48.28% from 145); Green value is 50 (19.92% from 255 or 34.48% from 145); Blue value is 25 (10.16% from 255 or 17.24% from 145); Max value from RGB is 70 - color contains mainly: red. Hex color #463219 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463219 is #B9CDE6. Grayscale: #353535. Windows color (decimal): -12176871 or 1651270. OLE color: 1651270.

HSL color Cylindrical-coordinate representation of color #463219: hue angle of 33.33º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #463219 is Cyan = 0, Magento = 0.29, Yellow = 0.64 and Black (K on CMYK) = 0.73.

Color convert

RGB705025-
CMYK00.290.640.73
HSL33.33º47.37%18.63%-
HSV(B)33.33º64.29%27.45%-
XYZ3.843.651.42-
YUV53.13112.13140.03-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 48.28%
GREEN value IS 50 (19.92% from 255) = 34.48%
BLUE value IS 25 (10.16% from 255) = 17.24%
R=48.28%
G=34.48%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.64
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70502500.290.640.7333.3347.3718.63
Hex46321901D4049212f13
Octal1066231035100111415723
Binary1000110110010110010111011000000100100110000110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463219; }

 p { color: rgb(70,50,25); }

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

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

 a { background-color: rgb(70,50,25); }

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

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

 span { border-color: rgb(70,50,25); }

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