#451C11

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

Shades of Brown Pod #451C11

Tints of Brown Pod #451C11

Color information

#451C11 (or 0x451C11) is unknown color: approx Brown Pod. HEX triplet: 45, 1C and 11. RGB value is (69,28,17). Sum of RGB (Red+Green+Blue) = 69+28+17=114 (15% of max value = 765). Red value is 69 (27.34% from 255 or 60.53% from 114); Green value is 28 (11.33% from 255 or 24.56% from 114); Blue value is 17 (7.03% from 255 or 14.91% from 114); Max value from RGB is 69 - color contains mainly: red. Hex color #451C11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #451C11 is #BAE3EE. Grayscale: #272727. Windows color (decimal): -12248047 or 1121349. OLE color: 1121349.

HSL color Cylindrical-coordinate representation of color #451C11: hue angle of 12.69º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #451C11 is Cyan = 0, Magento = 0.59, Yellow = 0.75 and Black (K on CMYK) = 0.73.

Color convert

RGB692817-
CMYK00.590.750.73
HSL12.69º60.47%16.86%-
HSV(B)12.69º75.36%27.06%-
XYZ2.972.140.79-
YUV39.01115.58149.39-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 60.53%
GREEN value IS 28 (11.33% from 255) = 24.56%
BLUE value IS 17 (7.03% from 255) = 14.91%
R=60.53%
G=24.56%
B=14.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.75
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69281700.590.750.7312.6960.4716.86
Hex451C1103B4B49d3c11
Octal1053421073113111157421
Binary10001011110010001011101110010111001001110111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,28,17); }

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

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

 a { background-color: rgb(69,28,17); }

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

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

 span { border-color: rgb(69,28,17); }

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