#452308

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

Shades of Brown Pod #452308

Tints of Brown Pod #452308

Color information

#452308 (or 0x452308) is unknown color: approx Brown Pod. HEX triplet: 45, 23 and 08. RGB value is (69,35,8). Sum of RGB (Red+Green+Blue) = 69+35+8=112 (14% of max value = 765). Red value is 69 (27.34% from 255 or 61.61% from 112); Green value is 35 (14.06% from 255 or 31.25% from 112); Blue value is 8 (3.52% from 255 or 7.14% from 112); Max value from RGB is 69 - color contains mainly: red. Hex color #452308 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452308 is #BADCF7. Grayscale: #2A2A2A. Windows color (decimal): -12246264 or 533317. OLE color: 533317.

HSL color Cylindrical-coordinate representation of color #452308: hue angle of 26.56º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #452308 is Cyan = 0, Magento = 0.49, Yellow = 0.88 and Black (K on CMYK) = 0.73.

Color convert

RGB69358-
CMYK00.490.880.73
HSL26.56º79.22%15.1%-
HSV(B)26.56º88.41%27.06%-
XYZ3.12.480.55-
YUV42.09108.76147.2-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 61.61%
GREEN value IS 35 (14.06% from 255) = 31.25%
BLUE value IS 8 (3.52% from 255) = 7.14%
R=61.61%
G=31.25%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.88
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6935800.490.880.7326.5679.2215.1
Hex4523803158491b4ff
Octal10543100611301113311717
Binary100010110001110000110001101100010010011101110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452308; }

 p { color: rgb(69,35,8); }

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

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

 a { background-color: rgb(69,35,8); }

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

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

 span { border-color: rgb(69,35,8); }

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