#452521

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

Shades of Brown Pod #452521

Tints of Brown Pod #452521

Color information

#452521 (or 0x452521) is unknown color: approx Brown Pod. HEX triplet: 45, 25 and 21. RGB value is (69,37,33). Sum of RGB (Red+Green+Blue) = 69+37+33=139 (18% of max value = 765). Red value is 69 (27.34% from 255 or 49.64% from 139); Green value is 37 (14.84% from 255 or 26.62% from 139); Blue value is 33 (13.28% from 255 or 23.74% from 139); Max value from RGB is 69 - color contains mainly: red. Hex color #452521 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452521 is #BADADE. Grayscale: #2E2E2E. Windows color (decimal): -12245727 or 2172229. OLE color: 2172229.

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

Color convert

RGB693733-
CMYK00.460.520.73
HSL6.67º35.29%20%-
HSV(B)6.67º52.17%27.06%-
XYZ3.392.71.78-
YUV46.11120.6144.33-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 49.64%
GREEN value IS 37 (14.84% from 255) = 26.62%
BLUE value IS 33 (13.28% from 255) = 23.74%
R=49.64%
G=26.62%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.52
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69373300.460.520.736.6735.2920
Hex45252102E344972314
Octal10545410566411174324
Binary10001011001011000010101110110100100100111110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452521; }

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

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

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

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

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

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

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

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