#451A0C

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

Shades of Brown Pod #451A0C

Tints of Brown Pod #451A0C

Color information

#451A0C (or 0x451A0C) is unknown color: approx Brown Pod. HEX triplet: 45, 1A and 0C. RGB value is (69,26,12). Sum of RGB (Red+Green+Blue) = 69+26+12=107 (14% of max value = 765). Red value is 69 (27.34% from 255 or 64.49% from 107); Green value is 26 (10.55% from 255 or 24.30% from 107); Blue value is 12 (5.08% from 255 or 11.21% from 107); Max value from RGB is 69 - color contains mainly: red. Hex color #451A0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #451A0C is #BAE5F3. Grayscale: #252525. Windows color (decimal): -12248564 or 793157. OLE color: 793157.

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

Color convert

RGB692612-
CMYK00.620.830.73
HSL14.74º70.37%15.88%-
HSV(B)14.74º82.61%27.06%-
XYZ2.892.030.59-
YUV37.26113.75150.64-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 64.49%
GREEN value IS 26 (10.55% from 255) = 24.30%
BLUE value IS 12 (5.08% from 255) = 11.21%
R=64.49%
G=24.30%
B=11.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.83
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69261200.620.830.7314.7470.3715.88
Hex451AC03E5349f4610
Octal10532140761231111710620
Binary10001011101011000111110101001110010011111100011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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