#451300

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

Shades of Brown Pod #451300

Tints of Brown Pod #451300

Color information

#451300 (or 0x451300) is unknown color: approx Brown Pod. HEX triplet: 45, 13 and 00. RGB value is (69,19,0). Sum of RGB (Red+Green+Blue) = 69+19+0=88 (11% of max value = 765). Red value is 69 (27.34% from 255 or 78.41% from 88); Green value is 19 (7.81% from 255 or 21.59% from 88); Blue value is 0 (0.39% from 255 or 0% from 88); Max value from RGB is 69 - color contains mainly: red. Hex color #451300 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #451300 is #BAECFF. Grayscale: #1F1F1F. Windows color (decimal): -12250368 or 4933. OLE color: 4933.

HSL color Cylindrical-coordinate representation of color #451300: hue angle of 16.52º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #451300 is Cyan = 0, Magento = 0.72, Yellow = 1 and Black (K on CMYK) = 0.73.

Color convert

RGB69190-
CMYK00.7210.73
HSL16.52º100%13.53%-
HSV(B)16.52º100%27.06%-
XYZ2.691.730.19-
YUV31.78110.06154.54-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 78.41%
GREEN value IS 19 (7.81% from 255) = 21.59%
BLUE value IS 0 (0.39% from 255) = 0%
R=78.41%
G=21.59%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 1
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6919000.7210.7316.5210013.53
Hex4513004864491164e
Octal10523001101441112114416
Binary100010110011001001000110010010010011000111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451300; }

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

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

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

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

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

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

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

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