#463417

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

Shades of Clinker #463417

Tints of Clinker #463417

Color information

#463417 (or 0x463417) is unknown color: approx Clinker. HEX triplet: 46, 34 and 17. RGB value is (70,52,23). Sum of RGB (Red+Green+Blue) = 70+52+23=145 (19% of max value = 765). Red value is 70 (27.73% from 255 or 48.28% from 145); Green value is 52 (20.70% from 255 or 35.86% from 145); Blue value is 23 (9.38% from 255 or 15.86% from 145); Max value from RGB is 70 - color contains mainly: red. Hex color #463417 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463417 is #B9CBE8. Grayscale: #363636. Windows color (decimal): -12176361 or 1520710. OLE color: 1520710.

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

Color convert

RGB705223-
CMYK00.260.670.73
HSL37.02º50.54%18.24%-
HSV(B)37.02º67.14%27.45%-
XYZ3.913.821.34-
YUV54.08110.46139.36-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 48.28%
GREEN value IS 52 (20.70% from 255) = 35.86%
BLUE value IS 23 (9.38% from 255) = 15.86%
R=48.28%
G=35.86%
B=15.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.67
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70522300.260.670.7337.0250.5418.24
Hex46341701A4349253312
Octal1066427032103111456322
Binary1000110110100101110110101000011100100110010111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463417; }

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

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

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

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

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

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

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

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