#452418

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

Shades of Brown Pod #452418

Tints of Brown Pod #452418

Color information

#452418 (or 0x452418) is unknown color: approx Brown Pod. HEX triplet: 45, 24 and 18. RGB value is (69,36,24). Sum of RGB (Red+Green+Blue) = 69+36+24=129 (17% of max value = 765). Red value is 69 (27.34% from 255 or 53.49% from 129); Green value is 36 (14.45% from 255 or 27.91% from 129); Blue value is 24 (9.77% from 255 or 18.60% from 129); Max value from RGB is 69 - color contains mainly: red. Hex color #452418 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452418 is #BADBE7. Grayscale: #2C2C2C. Windows color (decimal): -12245992 or 1582149. OLE color: 1582149.

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

Color convert

RGB693624-
CMYK00.480.650.73
HSL16º48.39%18.24%-
HSV(B)16º65.22%27.06%-
XYZ3.252.591.19-
YUV44.5116.43145.48-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 53.49%
GREEN value IS 36 (14.45% from 255) = 27.91%
BLUE value IS 24 (9.77% from 255) = 18.60%
R=53.49%
G=27.91%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.65
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69362400.480.650.731648.3918.24
Hex4524180304149103012
Octal1054430060101111206022
Binary1000101100100110000110000100000110010011000011000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452418; }

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

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

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

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

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

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

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

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