#452315

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

Shades of Brown Pod #452315

Tints of Brown Pod #452315

Color information

#452315 (or 0x452315) is unknown color: approx Brown Pod. HEX triplet: 45, 23 and 15. RGB value is (69,35,21). Sum of RGB (Red+Green+Blue) = 69+35+21=125 (16% of max value = 765). Red value is 69 (27.34% from 255 or 55.2% from 125); Green value is 35 (14.06% from 255 or 28% from 125); Blue value is 21 (8.59% from 255 or 16.8% from 125); Max value from RGB is 69 - color contains mainly: red. Hex color #452315 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452315 is #BADCEA. Grayscale: #2B2B2B. Windows color (decimal): -12246251 or 1385285. OLE color: 1385285.

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

Color convert

RGB693521-
CMYK00.490.700.73
HSL17.5º53.33%17.65%-
HSV(B)17.5º69.57%27.06%-
XYZ3.192.521.03-
YUV43.57115.26146.14-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 55.2%
GREEN value IS 35 (14.06% from 255) = 28%
BLUE value IS 21 (8.59% from 255) = 16.8%
R=55.2%
G=28%
B=16.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.70
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69352100.490.700.7317.553.3317.65
Hex4523150314649123512
Octal1054325061106111226522
Binary1000101100011101010110001100011010010011001011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452315; }

 p { color: rgb(69,35,21); }

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

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

 a { background-color: rgb(69,35,21); }

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

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

 span { border-color: rgb(69,35,21); }

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