#45180A

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

Shades of Brown Pod #45180A

Tints of Brown Pod #45180A

Color information

#45180A (or 0x45180A) is unknown color: approx Brown Pod. HEX triplet: 45, 18 and 0A. RGB value is (69,24,10). Sum of RGB (Red+Green+Blue) = 69+24+10=103 (13% of max value = 765). Red value is 69 (27.34% from 255 or 66.99% from 103); Green value is 24 (9.77% from 255 or 23.30% from 103); Blue value is 10 (4.30% from 255 or 9.71% from 103); Max value from RGB is 69 - color contains mainly: red. Hex color #45180A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #45180A is #BAE7F5. Grayscale: #232323. Windows color (decimal): -12249078 or 661573. OLE color: 661573.

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

Color convert

RGB692410-
CMYK00.650.860.73
HSL14.24º74.68%15.49%-
HSV(B)14.24º85.51%27.06%-
XYZ2.841.940.51-
YUV35.86113.41151.64-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 66.99%
GREEN value IS 24 (9.77% from 255) = 23.30%
BLUE value IS 10 (4.30% from 255) = 9.71%
R=66.99%
G=23.30%
B=9.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.86
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69241000.650.860.7314.2474.6815.49
Hex4518A0415649e4bf
Octal105301201011261111611317
Binary10001011100010100100000110101101001001111010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45180A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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