#452411

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

Shades of Brown Pod #452411

Tints of Brown Pod #452411

Color information

#452411 (or 0x452411) is unknown color: approx Brown Pod. HEX triplet: 45, 24 and 11. RGB value is (69,36,17). Sum of RGB (Red+Green+Blue) = 69+36+17=122 (16% of max value = 765). Red value is 69 (27.34% from 255 or 56.56% from 122); Green value is 36 (14.45% from 255 or 29.51% from 122); Blue value is 17 (7.03% from 255 or 13.93% from 122); Max value from RGB is 69 - color contains mainly: red. Hex color #452411 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452411 is #BADBEE. Grayscale: #2B2B2B. Windows color (decimal): -12245999 or 1123397. OLE color: 1123397.

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

Color convert

RGB693617-
CMYK00.480.750.73
HSL21.92º60.47%16.86%-
HSV(B)21.92º75.36%27.06%-
XYZ3.192.570.86-
YUV43.7112.93146.04-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 56.56%
GREEN value IS 36 (14.45% from 255) = 29.51%
BLUE value IS 17 (7.03% from 255) = 13.93%
R=56.56%
G=29.51%
B=13.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.75
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69361700.480.750.7321.9260.4716.86
Hex4524110304B49163c11
Octal1054421060113111267421
Binary1000101100100100010110000100101110010011011011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452411; }

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

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

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

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

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

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

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

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