#463519

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

Shades of Clinker #463519

Tints of Clinker #463519

Color information

#463519 (or 0x463519) is unknown color: approx Clinker. HEX triplet: 46, 35 and 19. RGB value is (70,53,25). Sum of RGB (Red+Green+Blue) = 70+53+25=148 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.30% from 148); Green value is 53 (21.09% from 255 or 35.81% from 148); Blue value is 25 (10.16% from 255 or 16.89% from 148); Max value from RGB is 70 - color contains mainly: red. Hex color #463519 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463519 is #B9CAE6. Grayscale: #373737. Windows color (decimal): -12176103 or 1652038. OLE color: 1652038.

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

Color convert

RGB705325-
CMYK00.240.640.73
HSL37.33º47.37%18.63%-
HSV(B)37.33º64.29%27.45%-
XYZ3.973.921.47-
YUV54.89111.13138.78-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 47.30%
GREEN value IS 53 (21.09% from 255) = 35.81%
BLUE value IS 25 (10.16% from 255) = 16.89%
R=47.30%
G=35.81%
B=16.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.64
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70532500.240.640.7337.3347.3718.63
Hex4635190184049252f13
Octal1066531030100111455723
Binary1000110110101110010110001000000100100110010110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463519; }

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

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

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

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

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

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

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

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