#463218

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

Shades of Clinker #463218

Tints of Clinker #463218

Color information

#463218 (or 0x463218) is unknown color: approx Clinker. HEX triplet: 46, 32 and 18. RGB value is (70,50,24). Sum of RGB (Red+Green+Blue) = 70+50+24=144 (19% of max value = 765). Red value is 70 (27.73% from 255 or 48.61% from 144); Green value is 50 (19.92% from 255 or 34.72% from 144); Blue value is 24 (9.77% from 255 or 16.67% from 144); Max value from RGB is 70 - color contains mainly: red. Hex color #463218 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463218 is #B9CDE7. Grayscale: #353535. Windows color (decimal): -12176872 or 1585734. OLE color: 1585734.

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

Color convert

RGB705024-
CMYK00.290.660.73
HSL33.91º48.94%18.43%-
HSV(B)33.91º65.71%27.45%-
XYZ3.833.651.37-
YUV53.02111.63140.11-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 48.61%
GREEN value IS 50 (19.92% from 255) = 34.72%
BLUE value IS 24 (9.77% from 255) = 16.67%
R=48.61%
G=34.72%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.66
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70502400.290.660.7333.9148.9418.43
Hex46321801D4249223112
Octal1066230035102111426122
Binary1000110110010110000111011000010100100110001011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463218; }

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

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

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

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

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

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

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

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