#463319

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

Shades of Clinker #463319

Tints of Clinker #463319

Color information

#463319 (or 0x463319) is unknown color: approx Clinker. HEX triplet: 46, 33 and 19. RGB value is (70,51,25). Sum of RGB (Red+Green+Blue) = 70+51+25=146 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.95% from 146); Green value is 51 (20.31% from 255 or 34.93% from 146); Blue value is 25 (10.16% from 255 or 17.12% from 146); Max value from RGB is 70 - color contains mainly: red. Hex color #463319 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463319 is #B9CCE6. Grayscale: #353535. Windows color (decimal): -12176615 or 1651526. OLE color: 1651526.

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

Color convert

RGB705125-
CMYK00.270.640.73
HSL34.67º47.37%18.63%-
HSV(B)34.67º64.29%27.45%-
XYZ3.893.741.44-
YUV53.72111.79139.61-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 47.95%
GREEN value IS 51 (20.31% from 255) = 34.93%
BLUE value IS 25 (10.16% from 255) = 17.12%
R=47.95%
G=34.93%
B=17.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.64
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70512500.270.640.7334.6747.3718.63
Hex46331901B4049232f13
Octal1066331033100111435723
Binary1000110110011110010110111000000100100110001110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463319; }

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

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

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

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

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

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

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

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