#452218

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

Shades of Brown Pod #452218

Tints of Brown Pod #452218

Color information

#452218 (or 0x452218) is unknown color: approx Brown Pod. HEX triplet: 45, 22 and 18. RGB value is (69,34,24). Sum of RGB (Red+Green+Blue) = 69+34+24=127 (16% of max value = 765). Red value is 69 (27.34% from 255 or 54.33% from 127); Green value is 34 (13.67% from 255 or 26.77% from 127); Blue value is 24 (9.77% from 255 or 18.90% from 127); Max value from RGB is 69 - color contains mainly: red. Hex color #452218 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452218 is #BADDE7. Grayscale: #2B2B2B. Windows color (decimal): -12246504 or 1581637. OLE color: 1581637.

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

Color convert

RGB693424-
CMYK00.510.650.73
HSL13.33º48.39%18.24%-
HSV(B)13.33º65.22%27.06%-
XYZ3.192.481.17-
YUV43.32117.1146.31-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 54.33%
GREEN value IS 34 (13.67% from 255) = 26.77%
BLUE value IS 24 (9.77% from 255) = 18.90%
R=54.33%
G=26.77%
B=18.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.65
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69342400.510.650.7313.3348.3918.24
Hex4522180334149d3012
Octal1054230063101111156022
Binary100010110001011000011001110000011001001110111000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452218; }

 p { color: rgb(69,34,24); }

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

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

 a { background-color: rgb(69,34,24); }

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

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

 span { border-color: rgb(69,34,24); }

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