#452617

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

Shades of Brown Pod #452617

Tints of Brown Pod #452617

Color information

#452617 (or 0x452617) is unknown color: approx Brown Pod. HEX triplet: 45, 26 and 17. RGB value is (69,38,23). Sum of RGB (Red+Green+Blue) = 69+38+23=130 (17% of max value = 765). Red value is 69 (27.34% from 255 or 53.08% from 130); Green value is 38 (15.23% from 255 or 29.23% from 130); Blue value is 23 (9.38% from 255 or 17.69% from 130); Max value from RGB is 69 - color contains mainly: red. Hex color #452617 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452617 is #BAD9E8. Grayscale: #2D2D2D. Windows color (decimal): -12245481 or 1517125. OLE color: 1517125.

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

Color convert

RGB693823-
CMYK00.450.670.73
HSL19.57º50%18.04%-
HSV(B)19.57º66.67%27.06%-
XYZ3.32.711.16-
YUV45.56115.27144.72-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 53.08%
GREEN value IS 38 (15.23% from 255) = 29.23%
BLUE value IS 23 (9.38% from 255) = 17.69%
R=53.08%
G=29.23%
B=17.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.67
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69382300.450.670.7319.575018.04
Hex45261702D4349143212
Octal1054627055103111246222
Binary1000101100110101110101101100001110010011010011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452617; }

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

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

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

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

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

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

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

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