#452518

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

Shades of Brown Pod #452518

Tints of Brown Pod #452518

Color information

#452518 (or 0x452518) is unknown color: approx Brown Pod. HEX triplet: 45, 25 and 18. RGB value is (69,37,24). Sum of RGB (Red+Green+Blue) = 69+37+24=130 (17% of max value = 765). Red value is 69 (27.34% from 255 or 53.08% from 130); Green value is 37 (14.84% from 255 or 28.46% from 130); Blue value is 24 (9.77% from 255 or 18.46% from 130); Max value from RGB is 69 - color contains mainly: red. Hex color #452518 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452518 is #BADAE7. Grayscale: #2D2D2D. Windows color (decimal): -12245736 or 1582405. OLE color: 1582405.

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

Color convert

RGB693724-
CMYK00.460.650.73
HSL17.33º48.39%18.24%-
HSV(B)17.33º65.22%27.06%-
XYZ3.282.651.2-
YUV45.09116.1145.06-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 53.08%
GREEN value IS 37 (14.84% from 255) = 28.46%
BLUE value IS 24 (9.77% from 255) = 18.46%
R=53.08%
G=28.46%
B=18.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.65
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69372400.460.650.7317.3348.3918.24
Hex45251802E4149113012
Octal1054530056101111216022
Binary1000101100101110000101110100000110010011000111000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452518; }

 p { color: rgb(69,37,24); }

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

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

 a { background-color: rgb(69,37,24); }

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

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

 span { border-color: rgb(69,37,24); }

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