#452004

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

Shades of Brown Pod #452004

Tints of Brown Pod #452004

Color information

#452004 (or 0x452004) is unknown color: approx Brown Pod. HEX triplet: 45, 20 and 04. RGB value is (69,32,4). Sum of RGB (Red+Green+Blue) = 69+32+4=105 (13% of max value = 765). Red value is 69 (27.34% from 255 or 65.71% from 105); Green value is 32 (12.89% from 255 or 30.48% from 105); Blue value is 4 (1.95% from 255 or 3.81% from 105); Max value from RGB is 69 - color contains mainly: red. Hex color #452004 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452004 is #BADFFB. Grayscale: #282828. Windows color (decimal): -12247036 or 270405. OLE color: 270405.

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

Color convert

RGB69324-
CMYK00.540.940.73
HSL25.85º89.04%14.31%-
HSV(B)25.85º94.2%27.06%-
XYZ2.992.310.4-
YUV39.87107.76148.78-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 65.71%
GREEN value IS 32 (12.89% from 255) = 30.48%
BLUE value IS 4 (1.95% from 255) = 3.81%
R=65.71%
G=30.48%
B=3.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.94
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6932400.540.940.7325.8589.0414.31
Hex452040365E491a59e
Octal1054040661361113213116
Binary10001011000001000110110101111010010011101010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452004; }

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

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

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

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

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

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

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

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