#452213

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

Shades of Brown Pod #452213

Tints of Brown Pod #452213

Color information

#452213 (or 0x452213) is unknown color: approx Brown Pod. HEX triplet: 45, 22 and 13. RGB value is (69,34,19). Sum of RGB (Red+Green+Blue) = 69+34+19=122 (16% of max value = 765). Red value is 69 (27.34% from 255 or 56.56% from 122); Green value is 34 (13.67% from 255 or 27.87% from 122); Blue value is 19 (7.81% from 255 or 15.57% from 122); Max value from RGB is 69 - color contains mainly: red. Hex color #452213 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452213 is #BADDEC. Grayscale: #2A2A2A. Windows color (decimal): -12246509 or 1253957. OLE color: 1253957.

HSL color Cylindrical-coordinate representation of color #452213: hue angle of 18º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #452213 is Cyan = 0, Magento = 0.51, Yellow = 0.72 and Black (K on CMYK) = 0.73.

Color convert

RGB693419-
CMYK00.510.720.73
HSL18º56.82%17.25%-
HSV(B)18º72.46%27.06%-
XYZ3.142.460.92-
YUV42.76114.6146.72-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 56.56%
GREEN value IS 34 (13.67% from 255) = 27.87%
BLUE value IS 19 (7.81% from 255) = 15.57%
R=56.56%
G=27.87%
B=15.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.72
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69341900.510.720.731856.8217.25
Hex4522130334849123911
Octal1054223063110111227121
Binary1000101100010100110110011100100010010011001011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452213; }

 p { color: rgb(69,34,19); }

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

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

 a { background-color: rgb(69,34,19); }

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

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

 span { border-color: rgb(69,34,19); }

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