#463419

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

Shades of Clinker #463419

Tints of Clinker #463419

Color information

#463419 (or 0x463419) is unknown color: approx Clinker. HEX triplet: 46, 34 and 19. RGB value is (70,52,25). Sum of RGB (Red+Green+Blue) = 70+52+25=147 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.62% from 147); Green value is 52 (20.70% from 255 or 35.37% from 147); Blue value is 25 (10.16% from 255 or 17.01% from 147); Max value from RGB is 70 - color contains mainly: red. Hex color #463419 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463419 is #B9CBE6. Grayscale: #363636. Windows color (decimal): -12176359 or 1651782. OLE color: 1651782.

HSL color Cylindrical-coordinate representation of color #463419: hue angle of 36º 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 #463419 is Cyan = 0, Magento = 0.26, Yellow = 0.64 and Black (K on CMYK) = 0.73.

Color convert

RGB705225-
CMYK00.260.640.73
HSL36º47.37%18.63%-
HSV(B)36º64.29%27.45%-
XYZ3.933.831.45-
YUV54.3111.46139.2-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 47.62%
GREEN value IS 52 (20.70% from 255) = 35.37%
BLUE value IS 25 (10.16% from 255) = 17.01%
R=47.62%
G=35.37%
B=17.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.64
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70522500.260.640.733647.3718.63
Hex46341901A4049242f13
Octal1066431032100111445723
Binary1000110110100110010110101000000100100110010010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463419; }

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

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

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

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

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

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

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

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