#451B11

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

Shades of Brown Pod #451B11

Tints of Brown Pod #451B11

Color information

#451B11 (or 0x451B11) is unknown color: approx Brown Pod. HEX triplet: 45, 1B and 11. RGB value is (69,27,17). Sum of RGB (Red+Green+Blue) = 69+27+17=113 (14% of max value = 765). Red value is 69 (27.34% from 255 or 61.06% from 113); Green value is 27 (10.94% from 255 or 23.89% from 113); Blue value is 17 (7.03% from 255 or 15.04% from 113); Max value from RGB is 69 - color contains mainly: red. Hex color #451B11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #451B11 is #BAE4EE. Grayscale: #262626. Windows color (decimal): -12248303 or 1121093. OLE color: 1121093.

HSL color Cylindrical-coordinate representation of color #451B11: hue angle of 11.54º 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 #451B11 is Cyan = 0, Magento = 0.61, Yellow = 0.75 and Black (K on CMYK) = 0.73.

Color convert

RGB692717-
CMYK00.610.750.73
HSL11.54º60.47%16.86%-
HSV(B)11.54º75.36%27.06%-
XYZ2.952.090.78-
YUV38.42115.91149.81-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 61.06%
GREEN value IS 27 (10.94% from 255) = 23.89%
BLUE value IS 17 (7.03% from 255) = 15.04%
R=61.06%
G=23.89%
B=15.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.75
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69271700.610.750.7311.5460.4716.86
Hex451B1103D4B49c3c11
Octal1053321075113111147421
Binary10001011101110001011110110010111001001110011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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