#452416

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

Shades of Brown Pod #452416

Tints of Brown Pod #452416

Color information

#452416 (or 0x452416) is unknown color: approx Brown Pod. HEX triplet: 45, 24 and 16. RGB value is (69,36,22). Sum of RGB (Red+Green+Blue) = 69+36+22=127 (16% of max value = 765). Red value is 69 (27.34% from 255 or 54.33% from 127); Green value is 36 (14.45% from 255 or 28.35% from 127); Blue value is 22 (8.98% from 255 or 17.32% from 127); Max value from RGB is 69 - color contains mainly: red. Hex color #452416 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452416 is #BADBE9. Grayscale: #2C2C2C. Windows color (decimal): -12245994 or 1451077. OLE color: 1451077.

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

Color convert

RGB693622-
CMYK00.480.680.73
HSL17.87º51.65%17.84%-
HSV(B)17.87º68.12%27.06%-
XYZ3.232.581.09-
YUV44.27115.43145.64-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 54.33%
GREEN value IS 36 (14.45% from 255) = 28.35%
BLUE value IS 22 (8.98% from 255) = 17.32%
R=54.33%
G=28.35%
B=17.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.68
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69362200.480.680.7317.8751.6517.84
Hex4524160304449123412
Octal1054426060104111226422
Binary1000101100100101100110000100010010010011001011010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452416; }

 p { color: rgb(69,36,22); }

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

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

 a { background-color: rgb(69,36,22); }

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

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

 span { border-color: rgb(69,36,22); }

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