#451202

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

Shades of Brown Pod #451202

Tints of Brown Pod #451202

Color information

#451202 (or 0x451202) is unknown color: approx Brown Pod. HEX triplet: 45, 12 and 02. RGB value is (69,18,2). Sum of RGB (Red+Green+Blue) = 69+18+2=89 (11% of max value = 765). Red value is 69 (27.34% from 255 or 77.53% from 89); Green value is 18 (7.42% from 255 or 20.22% from 89); Blue value is 2 (1.17% from 255 or 2.25% from 89); Max value from RGB is 69 - color contains mainly: red. Hex color #451202 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #451202 is #BAEDFD. Grayscale: #1F1F1F. Windows color (decimal): -12250622 or 135749. OLE color: 135749.

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

Color convert

RGB69182-
CMYK00.740.970.73
HSL14.33º94.37%13.92%-
HSV(B)14.33º97.1%27.06%-
XYZ2.681.70.24-
YUV31.42111.4154.8-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 77.53%
GREEN value IS 18 (7.42% from 255) = 20.22%
BLUE value IS 2 (1.17% from 255) = 2.25%
R=77.53%
G=20.22%
B=2.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.97
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6918200.740.970.7314.3394.3713.92
Hex4512204A6149e5ee
Octal10522201121411111613616
Binary100010110010100100101011000011001001111010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451202; }

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

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

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

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

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

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

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

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