#452019

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

Shades of Brown Pod #452019

Tints of Brown Pod #452019

Color information

#452019 (or 0x452019) is unknown color: approx Brown Pod. HEX triplet: 45, 20 and 19. RGB value is (69,32,25). Sum of RGB (Red+Green+Blue) = 69+32+25=126 (16% of max value = 765). Red value is 69 (27.34% from 255 or 54.76% from 126); Green value is 32 (12.89% from 255 or 25.40% from 126); Blue value is 25 (10.16% from 255 or 19.84% from 126); Max value from RGB is 69 - color contains mainly: red. Hex color #452019 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452019 is #BADFE6. Grayscale: #2A2A2A. Windows color (decimal): -12247015 or 1646661. OLE color: 1646661.

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

Color convert

RGB693225-
CMYK00.540.640.73
HSL9.55º46.81%18.43%-
HSV(B)9.55º63.77%27.06%-
XYZ3.152.371.21-
YUV42.26118.26147.07-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 54.76%
GREEN value IS 32 (12.89% from 255) = 25.40%
BLUE value IS 25 (10.16% from 255) = 19.84%
R=54.76%
G=25.40%
B=19.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.64
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69322500.540.640.739.5546.8118.43
Hex4520190364049a2f12
Octal1054031066100111125722
Binary100010110000011001011011010000001001001101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452019; }

 p { color: rgb(69,32,25); }

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

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

 a { background-color: rgb(69,32,25); }

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

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

 span { border-color: rgb(69,32,25); }

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