#452410

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

Shades of Brown Pod #452410

Tints of Brown Pod #452410

Color information

#452410 (or 0x452410) is unknown color: approx Brown Pod. HEX triplet: 45, 24 and 10. RGB value is (69,36,16). Sum of RGB (Red+Green+Blue) = 69+36+16=121 (16% of max value = 765). Red value is 69 (27.34% from 255 or 57.02% from 121); Green value is 36 (14.45% from 255 or 29.75% from 121); Blue value is 16 (6.64% from 255 or 13.22% from 121); Max value from RGB is 69 - color contains mainly: red. Hex color #452410 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452410 is #BADBEF. Grayscale: #2B2B2B. Windows color (decimal): -12246000 or 1057861. OLE color: 1057861.

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

Color convert

RGB693616-
CMYK00.480.770.73
HSL22.64º62.35%16.67%-
HSV(B)22.64º76.81%27.06%-
XYZ3.182.560.82-
YUV43.59112.43146.13-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 57.02%
GREEN value IS 36 (14.45% from 255) = 29.75%
BLUE value IS 16 (6.64% from 255) = 13.22%
R=57.02%
G=29.75%
B=13.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.77
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69361600.480.770.7322.6462.3516.67
Hex4524100304D49173e11
Octal1054420060115111277621
Binary1000101100100100000110000100110110010011011111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452410; }

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

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

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

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

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

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

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

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