#463925

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

Shades of Clinker #463925

Tints of Clinker #463925

Color information

#463925 (or 0x463925) is unknown color: approx Clinker. HEX triplet: 46, 39 and 25. RGB value is (70,57,37). Sum of RGB (Red+Green+Blue) = 70+57+37=164 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.68% from 164); Green value is 57 (22.66% from 255 or 34.76% from 164); Blue value is 37 (14.84% from 255 or 22.56% from 164); Max value from RGB is 70 - color contains mainly: red. Hex color #463925 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463925 is #B9C6DA. Grayscale: #3A3A3A. Windows color (decimal): -12175067 or 2439494. OLE color: 2439494.

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

Color convert

RGB705737-
CMYK00.190.470.73
HSL36.36º30.84%20.98%-
HSV(B)36.36º47.14%27.45%-
XYZ4.324.362.36-
YUV58.61115.81136.13-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 42.68%
GREEN value IS 57 (22.66% from 255) = 34.76%
BLUE value IS 37 (14.84% from 255) = 22.56%
R=42.68%
G=34.76%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.47
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70573700.190.470.7336.3630.8420.98
Hex4639250132F49241f15
Octal106714502357111443725
Binary100011011100110010101001110111110010011001001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463925; }

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

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

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

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

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

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

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

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