#451810

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

Shades of Brown Pod #451810

Tints of Brown Pod #451810

Color information

#451810 (or 0x451810) is unknown color: approx Brown Pod. HEX triplet: 45, 18 and 10. RGB value is (69,24,16). Sum of RGB (Red+Green+Blue) = 69+24+16=109 (14% of max value = 765). Red value is 69 (27.34% from 255 or 63.30% from 109); Green value is 24 (9.77% from 255 or 22.02% from 109); Blue value is 16 (6.64% from 255 or 14.68% from 109); Max value from RGB is 69 - color contains mainly: red. Hex color #451810 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #451810 is #BAE7EF. Grayscale: #242424. Windows color (decimal): -12249072 or 1054789. OLE color: 1054789.

HSL color Cylindrical-coordinate representation of color #451810: hue angle of 9.06º 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 #451810 is Cyan = 0, Magento = 0.65, Yellow = 0.77 and Black (K on CMYK) = 0.73.

Color convert

RGB692416-
CMYK00.650.770.73
HSL9.06º62.35%16.67%-
HSV(B)9.06º76.81%27.06%-
XYZ2.871.960.72-
YUV36.54116.41151.15-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 63.30%
GREEN value IS 24 (9.77% from 255) = 22.02%
BLUE value IS 16 (6.64% from 255) = 14.68%
R=63.30%
G=22.02%
B=14.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.77
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69241600.650.770.739.0662.3516.67
Hex4518100414D4993e11
Octal10530200101115111117621
Binary100010111000100000100000110011011001001100111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451810; }

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

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

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

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

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

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

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

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