#451E17

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

Shades of Brown Pod #451E17

Tints of Brown Pod #451E17

Color information

#451E17 (or 0x451E17) is unknown color: approx Brown Pod. HEX triplet: 45, 1E and 17. RGB value is (69,30,23). Sum of RGB (Red+Green+Blue) = 69+30+23=122 (16% of max value = 765). Red value is 69 (27.34% from 255 or 56.56% from 122); Green value is 30 (12.11% from 255 or 24.59% from 122); Blue value is 23 (9.38% from 255 or 18.85% from 122); Max value from RGB is 69 - color contains mainly: red. Hex color #451E17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #451E17 is #BAE1E8. Grayscale: #282828. Windows color (decimal): -12247529 or 1515077. OLE color: 1515077.

HSL color Cylindrical-coordinate representation of color #451E17: hue angle of 9.13º degrees, saturation: 0.5, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #451E17 is Cyan = 0, Magento = 0.57, Yellow = 0.67 and Black (K on CMYK) = 0.73.

Color convert

RGB693023-
CMYK00.570.670.73
HSL9.13º50%18.04%-
HSV(B)9.13º66.67%27.06%-
XYZ3.072.261.08-
YUV40.86117.92148.07-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 56.56%
GREEN value IS 30 (12.11% from 255) = 24.59%
BLUE value IS 23 (9.38% from 255) = 18.85%
R=56.56%
G=24.59%
B=18.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.67
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69302300.570.670.739.135018.04
Hex451E17039434993212
Octal1053627071103111116222
Binary10001011111010111011100110000111001001100111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451E17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451E17; }

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

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

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

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

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

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

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

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