#452118

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

Shades of Brown Pod #452118

Tints of Brown Pod #452118

Color information

#452118 (or 0x452118) is unknown color: approx Brown Pod. HEX triplet: 45, 21 and 18. RGB value is (69,33,24). Sum of RGB (Red+Green+Blue) = 69+33+24=126 (16% of max value = 765). Red value is 69 (27.34% from 255 or 54.76% from 126); Green value is 33 (13.28% from 255 or 26.19% from 126); Blue value is 24 (9.77% from 255 or 19.05% from 126); Max value from RGB is 69 - color contains mainly: red. Hex color #452118 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452118 is #BADEE7. Grayscale: #2A2A2A. Windows color (decimal): -12246760 or 1581381. OLE color: 1581381.

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

Color convert

RGB693324-
CMYK00.520.650.73
HSL12º48.39%18.24%-
HSV(B)12º65.22%27.06%-
XYZ3.162.421.16-
YUV42.74117.43146.73-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 54.76%
GREEN value IS 33 (13.28% from 255) = 26.19%
BLUE value IS 24 (9.77% from 255) = 19.05%
R=54.76%
G=26.19%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.65
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69332400.520.650.731248.3918.24
Hex4521180344149c3012
Octal1054130064101111146022
Binary100010110000111000011010010000011001001110011000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452118; }

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

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

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

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

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

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

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

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