#451302

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

Shades of Brown Pod #451302

Tints of Brown Pod #451302

Color information

#451302 (or 0x451302) is unknown color: approx Brown Pod. HEX triplet: 45, 13 and 02. RGB value is (69,19,2). Sum of RGB (Red+Green+Blue) = 69+19+2=90 (11% of max value = 765). Red value is 69 (27.34% from 255 or 76.67% from 90); Green value is 19 (7.81% from 255 or 21.11% from 90); Blue value is 2 (1.17% from 255 or 2.22% from 90); Max value from RGB is 69 - color contains mainly: red. Hex color #451302 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #451302 is #BAECFD. Grayscale: #202020. Windows color (decimal): -12250366 or 136005. OLE color: 136005.

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

Color convert

RGB69192-
CMYK00.720.970.73
HSL15.22º94.37%13.92%-
HSV(B)15.22º97.1%27.06%-
XYZ2.71.740.25-
YUV32.01111.06154.38-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 76.67%
GREEN value IS 19 (7.81% from 255) = 21.11%
BLUE value IS 2 (1.17% from 255) = 2.22%
R=76.67%
G=21.11%
B=2.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.97
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6919200.720.970.7315.2294.3713.92
Hex451320486149f5ee
Octal10523201101411111713616
Binary100010110011100100100011000011001001111110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451302; }

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

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

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

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

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

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

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

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