#452517

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

Shades of Brown Pod #452517

Tints of Brown Pod #452517

Color information

#452517 (or 0x452517) is unknown color: approx Brown Pod. HEX triplet: 45, 25 and 17. RGB value is (69,37,23). Sum of RGB (Red+Green+Blue) = 69+37+23=129 (17% of max value = 765). Red value is 69 (27.34% from 255 or 53.49% from 129); Green value is 37 (14.84% from 255 or 28.68% from 129); Blue value is 23 (9.38% from 255 or 17.83% from 129); Max value from RGB is 69 - color contains mainly: red. Hex color #452517 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452517 is #BADAE8. Grayscale: #2D2D2D. Windows color (decimal): -12245737 or 1516869. OLE color: 1516869.

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

Color convert

RGB693723-
CMYK00.460.670.73
HSL18.26º50%18.04%-
HSV(B)18.26º66.67%27.06%-
XYZ3.272.651.15-
YUV44.97115.6145.14-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 53.49%
GREEN value IS 37 (14.84% from 255) = 28.68%
BLUE value IS 23 (9.38% from 255) = 17.83%
R=53.49%
G=28.68%
B=17.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.67
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69372300.460.670.7318.265018.04
Hex45251702E4349123212
Octal1054527056103111226222
Binary1000101100101101110101110100001110010011001011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452517; }

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

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

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

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

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

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

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

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