#451B15

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

Shades of Brown Pod #451B15

Tints of Brown Pod #451B15

Color information

#451B15 (or 0x451B15) is unknown color: approx Brown Pod. HEX triplet: 45, 1B and 15. RGB value is (69,27,21). Sum of RGB (Red+Green+Blue) = 69+27+21=117 (15% of max value = 765). Red value is 69 (27.34% from 255 or 58.97% from 117); Green value is 27 (10.94% from 255 or 23.08% from 117); Blue value is 21 (8.59% from 255 or 17.95% from 117); Max value from RGB is 69 - color contains mainly: red. Hex color #451B15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #451B15 is #BAE4EA. Grayscale: #262626. Windows color (decimal): -12248299 or 1383237. OLE color: 1383237.

HSL color Cylindrical-coordinate representation of color #451B15: hue angle of 7.5º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #451B15 is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.73.

Color convert

RGB692721-
CMYK00.610.700.73
HSL7.5º53.33%17.65%-
HSV(B)7.5º69.57%27.06%-
XYZ2.982.10.96-
YUV38.87117.91149.49-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 58.97%
GREEN value IS 27 (10.94% from 255) = 23.08%
BLUE value IS 21 (8.59% from 255) = 17.95%
R=58.97%
G=23.08%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.70
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69272100.610.700.737.553.3317.65
Hex451B1503D464983512
Octal1053325075106111106522
Binary10001011101110101011110110001101001001100011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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