#452621

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

Shades of Brown Pod #452621

Tints of Brown Pod #452621

Color information

#452621 (or 0x452621) is unknown color: approx Brown Pod. HEX triplet: 45, 26 and 21. RGB value is (69,38,33). Sum of RGB (Red+Green+Blue) = 69+38+33=140 (18% of max value = 765). Red value is 69 (27.34% from 255 or 49.29% from 140); Green value is 38 (15.23% from 255 or 27.14% from 140); Blue value is 33 (13.28% from 255 or 23.57% from 140); Max value from RGB is 69 - color contains mainly: red. Hex color #452621 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452621 is #BAD9DE. Grayscale: #2E2E2E. Windows color (decimal): -12245471 or 2172485. OLE color: 2172485.

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

Color convert

RGB693833-
CMYK00.450.520.73
HSL8.33º35.29%20%-
HSV(B)8.33º52.17%27.06%-
XYZ3.422.761.79-
YUV46.7120.27143.91-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 49.29%
GREEN value IS 38 (15.23% from 255) = 27.14%
BLUE value IS 33 (13.28% from 255) = 23.57%
R=49.29%
G=27.14%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.52
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69383300.450.520.738.3335.2920
Hex45262102D344982314
Octal105464105564111104324
Binary100010110011010000101011011101001001001100010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452621; }

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

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

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

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

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

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

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

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