#452317

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

Shades of Brown Pod #452317

Tints of Brown Pod #452317

Color information

#452317 (or 0x452317) is unknown color: approx Brown Pod. HEX triplet: 45, 23 and 17. RGB value is (69,35,23). Sum of RGB (Red+Green+Blue) = 69+35+23=127 (16% of max value = 765). Red value is 69 (27.34% from 255 or 54.33% from 127); Green value is 35 (14.06% from 255 or 27.56% from 127); Blue value is 23 (9.38% from 255 or 18.11% from 127); Max value from RGB is 69 - color contains mainly: red. Hex color #452317 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452317 is #BADCE8. Grayscale: #2B2B2B. Windows color (decimal): -12246249 or 1516357. OLE color: 1516357.

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

Color convert

RGB693523-
CMYK00.490.670.73
HSL15.65º50%18.04%-
HSV(B)15.65º66.67%27.06%-
XYZ3.212.531.13-
YUV43.8116.26145.98-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 54.33%
GREEN value IS 35 (14.06% from 255) = 27.56%
BLUE value IS 23 (9.38% from 255) = 18.11%
R=54.33%
G=27.56%
B=18.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.67
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69352300.490.670.7315.655018.04
Hex4523170314349103212
Octal1054327061103111206222
Binary1000101100011101110110001100001110010011000011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452317; }

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

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

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

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

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

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

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

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