#463725

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

Shades of Clinker #463725

Tints of Clinker #463725

Color information

#463725 (or 0x463725) is unknown color: approx Clinker. HEX triplet: 46, 37 and 25. RGB value is (70,55,37). Sum of RGB (Red+Green+Blue) = 70+55+37=162 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.21% from 162); Green value is 55 (21.88% from 255 or 33.95% from 162); Blue value is 37 (14.84% from 255 or 22.84% from 162); Max value from RGB is 70 - color contains mainly: red. Hex color #463725 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463725 is #B9C8DA. Grayscale: #393939. Windows color (decimal): -12175579 or 2438982. OLE color: 2438982.

HSL color Cylindrical-coordinate representation of color #463725: hue angle of 32.73º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #463725 is Cyan = 0, Magento = 0.21, Yellow = 0.47 and Black (K on CMYK) = 0.73.

Color convert

RGB705537-
CMYK00.210.470.73
HSL32.73º30.84%20.98%-
HSV(B)32.73º47.14%27.45%-
XYZ4.234.172.33-
YUV57.43116.47136.96-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 43.21%
GREEN value IS 55 (21.88% from 255) = 33.95%
BLUE value IS 37 (14.84% from 255) = 22.84%
R=43.21%
G=33.95%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.47
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70553700.210.470.7332.7330.8420.98
Hex4637250152F49211f15
Octal106674502557111413725
Binary100011011011110010101010110111110010011000011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463725; }

 p { color: rgb(70,55,37); }

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

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

 a { background-color: rgb(70,55,37); }

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

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

 span { border-color: rgb(70,55,37); }

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