#451B0F

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

Shades of Brown Pod #451B0F

Tints of Brown Pod #451B0F

Color information

#451B0F (or 0x451B0F) is unknown color: approx Brown Pod. HEX triplet: 45, 1B and 0F. RGB value is (69,27,15). Sum of RGB (Red+Green+Blue) = 69+27+15=111 (14% of max value = 765). Red value is 69 (27.34% from 255 or 62.16% from 111); Green value is 27 (10.94% from 255 or 24.32% from 111); Blue value is 15 (6.25% from 255 or 13.51% from 111); Max value from RGB is 69 - color contains mainly: red. Hex color #451B0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #451B0F is #BAE4F0. Grayscale: #262626. Windows color (decimal): -12248305 or 990021. OLE color: 990021.

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

Color convert

RGB692715-
CMYK00.610.780.73
HSL13.33º64.29%16.47%-
HSV(B)13.33º78.26%27.06%-
XYZ2.932.080.7-
YUV38.19114.91149.98-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 62.16%
GREEN value IS 27 (10.94% from 255) = 24.32%
BLUE value IS 15 (6.25% from 255) = 13.51%
R=62.16%
G=24.32%
B=13.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.78
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69271500.610.780.7313.3364.2916.47
Hex451BF03D4E49d4010
Octal10533170751161111510020
Binary10001011101111110111101100111010010011101100000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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