#452615

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

Shades of Brown Pod #452615

Tints of Brown Pod #452615

Color information

#452615 (or 0x452615) is unknown color: approx Brown Pod. HEX triplet: 45, 26 and 15. RGB value is (69,38,21). Sum of RGB (Red+Green+Blue) = 69+38+21=128 (16% of max value = 765). Red value is 69 (27.34% from 255 or 53.91% from 128); Green value is 38 (15.23% from 255 or 29.69% from 128); Blue value is 21 (8.59% from 255 or 16.41% from 128); Max value from RGB is 69 - color contains mainly: red. Hex color #452615 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452615 is #BAD9EA. Grayscale: #2D2D2D. Windows color (decimal): -12245483 or 1386053. OLE color: 1386053.

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

Color convert

RGB693821-
CMYK00.450.700.73
HSL21.25º53.33%17.65%-
HSV(B)21.25º69.57%27.06%-
XYZ3.282.711.06-
YUV45.33114.27144.88-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 53.91%
GREEN value IS 38 (15.23% from 255) = 29.69%
BLUE value IS 21 (8.59% from 255) = 16.41%
R=53.91%
G=29.69%
B=16.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.70
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69382100.450.700.7321.2553.3317.65
Hex45261502D4649153512
Octal1054625055106111256522
Binary1000101100110101010101101100011010010011010111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452615; }

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

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

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

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

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

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

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

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