#452419

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

Shades of Brown Pod #452419

Tints of Brown Pod #452419

Color information

#452419 (or 0x452419) is unknown color: approx Brown Pod. HEX triplet: 45, 24 and 19. RGB value is (69,36,25). Sum of RGB (Red+Green+Blue) = 69+36+25=130 (17% of max value = 765). Red value is 69 (27.34% from 255 or 53.08% from 130); Green value is 36 (14.45% from 255 or 27.69% from 130); Blue value is 25 (10.16% from 255 or 19.23% from 130); Max value from RGB is 69 - color contains mainly: red. Hex color #452419 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452419 is #BADBE6. Grayscale: #2C2C2C. Windows color (decimal): -12245991 or 1647685. OLE color: 1647685.

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

Color convert

RGB693625-
CMYK00.480.640.73
HSL15º46.81%18.43%-
HSV(B)15º63.77%27.06%-
XYZ3.262.61.25-
YUV44.61116.93145.39-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 53.08%
GREEN value IS 36 (14.45% from 255) = 27.69%
BLUE value IS 25 (10.16% from 255) = 19.23%
R=53.08%
G=27.69%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.64
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69362500.480.640.731546.8118.43
Hex4524190304049f2f12
Octal1054431060100111175722
Binary100010110010011001011000010000001001001111110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452419; }

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

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

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

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

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

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

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

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