#45211D

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

Shades of Brown Pod #45211D

Tints of Brown Pod #45211D

Color information

#45211D (or 0x45211D) is unknown color: approx Brown Pod. HEX triplet: 45, 21 and 1D. RGB value is (69,33,29). Sum of RGB (Red+Green+Blue) = 69+33+29=131 (17% of max value = 765). Red value is 69 (27.34% from 255 or 52.67% from 131); Green value is 33 (13.28% from 255 or 25.19% from 131); Blue value is 29 (11.72% from 255 or 22.14% from 131); Max value from RGB is 69 - color contains mainly: red. Hex color #45211D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45211D is #BADEE2. Grayscale: #2B2B2B. Windows color (decimal): -12246755 or 1909061. OLE color: 1909061.

HSL color Cylindrical-coordinate representation of color #45211D: hue angle of 6º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #45211D is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.73.

Color convert

RGB693329-
CMYK00.520.580.73
HSL40.82%19.22%-
HSV(B)57.97%27.06%-
XYZ3.222.441.46-
YUV43.31119.93146.33-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 52.67%
GREEN value IS 33 (13.28% from 255) = 25.19%
BLUE value IS 29 (11.72% from 255) = 22.14%
R=52.67%
G=25.19%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.58
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69332900.520.580.73640.8219.22
Hex45211D0343A4962913
Octal10541350647211165123
Binary1000101100001111010110100111010100100111010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45211D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45211D; }

 p { color: rgb(69,33,29); }

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

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

 a { background-color: rgb(69,33,29); }

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

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

 span { border-color: rgb(69,33,29); }

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