#452117

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

Shades of Brown Pod #452117

Tints of Brown Pod #452117

Color information

#452117 (or 0x452117) is unknown color: approx Brown Pod. HEX triplet: 45, 21 and 17. RGB value is (69,33,23). Sum of RGB (Red+Green+Blue) = 69+33+23=125 (16% of max value = 765). Red value is 69 (27.34% from 255 or 55.2% from 125); Green value is 33 (13.28% from 255 or 26.4% from 125); Blue value is 23 (9.38% from 255 or 18.4% from 125); Max value from RGB is 69 - color contains mainly: red. Hex color #452117 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452117 is #BADEE8. Grayscale: #2A2A2A. Windows color (decimal): -12246761 or 1515845. OLE color: 1515845.

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

Color convert

RGB693323-
CMYK00.520.670.73
HSL13.04º50%18.04%-
HSV(B)13.04º66.67%27.06%-
XYZ3.152.411.11-
YUV42.62116.93146.81-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 55.2%
GREEN value IS 33 (13.28% from 255) = 26.4%
BLUE value IS 23 (9.38% from 255) = 18.4%
R=55.2%
G=26.4%
B=18.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.67
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69332300.520.670.7313.045018.04
Hex4521170344349d3212
Octal1054127064103111156222
Binary100010110000110111011010010000111001001110111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452117; }

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

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

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

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

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

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

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

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