#451C05

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

Shades of Brown Pod #451C05

Tints of Brown Pod #451C05

Color information

#451C05 (or 0x451C05) is unknown color: approx Brown Pod. HEX triplet: 45, 1C and 05. RGB value is (69,28,5). Sum of RGB (Red+Green+Blue) = 69+28+5=102 (13% of max value = 765). Red value is 69 (27.34% from 255 or 67.65% from 102); Green value is 28 (11.33% from 255 or 27.45% from 102); Blue value is 5 (2.34% from 255 or 4.90% from 102); Max value from RGB is 69 - color contains mainly: red. Hex color #451C05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #451C05 is #BAE3FA. Grayscale: #252525. Windows color (decimal): -12248059 or 334917. OLE color: 334917.

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

Color convert

RGB69285-
CMYK00.590.930.73
HSL21.56º86.49%14.51%-
HSV(B)21.56º92.75%27.06%-
XYZ2.92.110.4-
YUV37.64109.58150.37-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 67.65%
GREEN value IS 28 (11.33% from 255) = 27.45%
BLUE value IS 5 (2.34% from 255) = 4.90%
R=67.65%
G=27.45%
B=4.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.93
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6928500.590.930.7321.5686.4914.51
Hex451C503B5D491656f
Octal1053450731351112612617
Binary1000101111001010111011101110110010011011010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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