#451A0F

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

Shades of Brown Pod #451A0F

Tints of Brown Pod #451A0F

Color information

#451A0F (or 0x451A0F) is unknown color: approx Brown Pod. HEX triplet: 45, 1A and 0F. RGB value is (69,26,15). Sum of RGB (Red+Green+Blue) = 69+26+15=110 (14% of max value = 765). Red value is 69 (27.34% from 255 or 62.73% from 110); Green value is 26 (10.55% from 255 or 23.64% from 110); Blue value is 15 (6.25% from 255 or 13.64% from 110); Max value from RGB is 69 - color contains mainly: red. Hex color #451A0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #451A0F is #BAE5F0. Grayscale: #252525. Windows color (decimal): -12248561 or 989765. OLE color: 989765.

HSL color Cylindrical-coordinate representation of color #451A0F: hue angle of 12.22º degrees, saturation: 0.64, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #451A0F is Cyan = 0, Magento = 0.62, Yellow = 0.78 and Black (K on CMYK) = 0.73.

Color convert

RGB692615-
CMYK00.620.780.73
HSL12.22º64.29%16.47%-
HSV(B)12.22º78.26%27.06%-
XYZ2.912.040.69-
YUV37.6115.25150.39-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 62.73%
GREEN value IS 26 (10.55% from 255) = 23.64%
BLUE value IS 15 (6.25% from 255) = 13.64%
R=62.73%
G=23.64%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.78
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69261500.620.780.7312.2264.2916.47
Hex451AF03E4E49c4010
Octal10532170761161111410020
Binary10001011101011110111110100111010010011100100000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451A0F; }

 p { color: rgb(69,26,15); }

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

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

 a { background-color: rgb(69,26,15); }

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

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

 span { border-color: rgb(69,26,15); }

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