#452618

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

Shades of Brown Pod #452618

Tints of Brown Pod #452618

Color information

#452618 (or 0x452618) is unknown color: approx Brown Pod. HEX triplet: 45, 26 and 18. RGB value is (69,38,24). Sum of RGB (Red+Green+Blue) = 69+38+24=131 (17% of max value = 765). Red value is 69 (27.34% from 255 or 52.67% from 131); Green value is 38 (15.23% from 255 or 29.01% from 131); Blue value is 24 (9.77% from 255 or 18.32% from 131); Max value from RGB is 69 - color contains mainly: red. Hex color #452618 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452618 is #BAD9E7. Grayscale: #2D2D2D. Windows color (decimal): -12245480 or 1582661. OLE color: 1582661.

HSL color Cylindrical-coordinate representation of color #452618: hue angle of 18.67º degrees, saturation: 0.48, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #452618 is Cyan = 0, Magento = 0.45, Yellow = 0.65 and Black (K on CMYK) = 0.73.

Color convert

RGB693824-
CMYK00.450.650.73
HSL18.67º48.39%18.24%-
HSV(B)18.67º65.22%27.06%-
XYZ3.312.721.21-
YUV45.67115.77144.64-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 52.67%
GREEN value IS 38 (15.23% from 255) = 29.01%
BLUE value IS 24 (9.77% from 255) = 18.32%
R=52.67%
G=29.01%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.65
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69382400.450.650.7318.6748.3918.24
Hex45261802D4149133012
Octal1054630055101111236022
Binary1000101100110110000101101100000110010011001111000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452618; }

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

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

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

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

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

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

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

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