#452421

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

Shades of Brown Pod #452421

Tints of Brown Pod #452421

Color information

#452421 (or 0x452421) is unknown color: approx Brown Pod. HEX triplet: 45, 24 and 21. RGB value is (69,36,33). Sum of RGB (Red+Green+Blue) = 69+36+33=138 (18% of max value = 765). Red value is 69 (27.34% from 255 or 50% from 138); Green value is 36 (14.45% from 255 or 26.09% from 138); Blue value is 33 (13.28% from 255 or 23.91% from 138); Max value from RGB is 69 - color contains mainly: red. Hex color #452421 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452421 is #BADBDE. Grayscale: #2D2D2D. Windows color (decimal): -12245983 or 2171973. OLE color: 2171973.

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

Color convert

RGB693633-
CMYK00.480.520.73
HSL35.29%20%-
HSV(B)52.17%27.06%-
XYZ3.362.641.77-
YUV45.52120.93144.74-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 50%
GREEN value IS 36 (14.45% from 255) = 26.09%
BLUE value IS 33 (13.28% from 255) = 23.91%
R=50%
G=26.09%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.52
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69363300.480.520.73535.2920
Hex452421030344952314
Octal10544410606411154324
Binary10001011001001000010110000110100100100110110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452421; }

 p { color: rgb(69,36,33); }

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

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

 a { background-color: rgb(69,36,33); }

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

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

 span { border-color: rgb(69,36,33); }

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