#451200

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

Shades of Brown Pod #451200

Tints of Brown Pod #451200

Color information

#451200 (or 0x451200) is unknown color: approx Brown Pod. HEX triplet: 45, 12 and 00. RGB value is (69,18,0). Sum of RGB (Red+Green+Blue) = 69+18+0=87 (11% of max value = 765). Red value is 69 (27.34% from 255 or 79.31% from 87); Green value is 18 (7.42% from 255 or 20.69% from 87); Blue value is 0 (0.39% from 255 or 0% from 87); Max value from RGB is 69 - color contains mainly: red. Hex color #451200 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #451200 is #BAEDFF. Grayscale: #1F1F1F. Windows color (decimal): -12250624 or 4677. OLE color: 4677.

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

Color convert

RGB69180-
CMYK00.7410.73
HSL15.65º100%13.53%-
HSV(B)15.65º100%27.06%-
XYZ2.671.70.19-
YUV31.2110.4154.96-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 79.31%
GREEN value IS 18 (7.42% from 255) = 20.69%
BLUE value IS 0 (0.39% from 255) = 0%
R=79.31%
G=20.69%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 1
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6918000.7410.7315.6510013.53
Hex4512004A64491064e
Octal10522001121441112014416
Binary100010110010001001010110010010010011000011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451200; }

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

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

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

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

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

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

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

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