#451700

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

Shades of Brown Pod #451700

Tints of Brown Pod #451700

Color information

#451700 (or 0x451700) is unknown color: approx Brown Pod. HEX triplet: 45, 17 and 00. RGB value is (69,23,0). Sum of RGB (Red+Green+Blue) = 69+23+0=92 (12% of max value = 765). Red value is 69 (27.34% from 255 or 75% from 92); Green value is 23 (9.38% from 255 or 25% from 92); Blue value is 0 (0.39% from 255 or 0% from 92); Max value from RGB is 69 - color contains mainly: red. Hex color #451700 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #451700 is #BAE8FF. Grayscale: #222222. Windows color (decimal): -12249344 or 5957. OLE color: 5957.

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

Color convert

RGB69230-
CMYK00.6710.73
HSL20º100%13.53%-
HSV(B)20º100%27.06%-
XYZ2.761.880.22-
YUV34.13108.74152.87-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 75%
GREEN value IS 23 (9.38% from 255) = 25%
BLUE value IS 0 (0.39% from 255) = 0%
R=75%
G=25%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 1
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6923000.6710.732010013.53
Hex4517004364491464e
Octal10527001031441112414416
Binary100010110111001000011110010010010011010011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451700; }

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

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

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

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

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

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

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

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