#451305

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

Shades of Brown Pod #451305

Tints of Brown Pod #451305

Color information

#451305 (or 0x451305) is unknown color: approx Brown Pod. HEX triplet: 45, 13 and 05. RGB value is (69,19,5). Sum of RGB (Red+Green+Blue) = 69+19+5=93 (12% of max value = 765). Red value is 69 (27.34% from 255 or 74.19% from 93); Green value is 19 (7.81% from 255 or 20.43% from 93); Blue value is 5 (2.34% from 255 or 5.38% from 93); Max value from RGB is 69 - color contains mainly: red. Hex color #451305 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #451305 is #BAECFA. Grayscale: #202020. Windows color (decimal): -12250363 or 332613. OLE color: 332613.

HSL color Cylindrical-coordinate representation of color #451305: hue angle of 13.12º 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 #451305 is Cyan = 0, Magento = 0.72, Yellow = 0.93 and Black (K on CMYK) = 0.73.

Color convert

RGB69195-
CMYK00.720.930.73
HSL13.12º86.49%14.51%-
HSV(B)13.12º92.75%27.06%-
XYZ2.711.740.34-
YUV32.35112.56154.14-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 74.19%
GREEN value IS 19 (7.81% from 255) = 20.43%
BLUE value IS 5 (2.34% from 255) = 5.38%
R=74.19%
G=20.43%
B=5.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.93
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6919500.720.930.7313.1286.4914.51
Hex451350485D49d56f
Octal10523501101351111512617
Binary1000101100111010100100010111011001001110110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451305; }

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

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

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

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

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

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

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

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