#45180D

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

Shades of Brown Pod #45180D

Tints of Brown Pod #45180D

Color information

#45180D (or 0x45180D) is unknown color: approx Brown Pod. HEX triplet: 45, 18 and 0D. RGB value is (69,24,13). Sum of RGB (Red+Green+Blue) = 69+24+13=106 (14% of max value = 765). Red value is 69 (27.34% from 255 or 65.09% from 106); Green value is 24 (9.77% from 255 or 22.64% from 106); Blue value is 13 (5.47% from 255 or 12.26% from 106); Max value from RGB is 69 - color contains mainly: red. Hex color #45180D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #45180D is #BAE7F2. Grayscale: #242424. Windows color (decimal): -12249075 or 858181. OLE color: 858181.

HSL color Cylindrical-coordinate representation of color #45180D: hue angle of 11.79º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #45180D is Cyan = 0, Magento = 0.65, Yellow = 0.81 and Black (K on CMYK) = 0.73.

Color convert

RGB692413-
CMYK00.650.810.73
HSL11.79º68.29%16.08%-
HSV(B)11.79º81.16%27.06%-
XYZ2.851.950.61-
YUV36.2114.91151.39-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 65.09%
GREEN value IS 24 (9.77% from 255) = 22.64%
BLUE value IS 13 (5.47% from 255) = 12.26%
R=65.09%
G=22.64%
B=12.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.81
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69241300.650.810.7311.7968.2916.08
Hex4518D0415149c4410
Octal105301501011211111410420
Binary100010111000110101000001101000110010011100100010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45180D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45180D; }

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

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

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

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

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

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

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

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