#45221F

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

Shades of Brown Pod #45221F

Tints of Brown Pod #45221F

Color information

#45221F (or 0x45221F) is unknown color: approx Brown Pod. HEX triplet: 45, 22 and 1F. RGB value is (69,34,31). Sum of RGB (Red+Green+Blue) = 69+34+31=134 (17% of max value = 765). Red value is 69 (27.34% from 255 or 51.49% from 134); Green value is 34 (13.67% from 255 or 25.37% from 134); Blue value is 31 (12.5% from 255 or 23.13% from 134); Max value from RGB is 69 - color contains mainly: red. Hex color #45221F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45221F is #BADDE0. Grayscale: #2C2C2C. Windows color (decimal): -12246497 or 2040389. OLE color: 2040389.

HSL color Cylindrical-coordinate representation of color #45221F: hue angle of 4.74º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #45221F is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.73.

Color convert

RGB693431-
CMYK00.510.550.73
HSL4.74º38%19.61%-
HSV(B)4.74º55.07%27.06%-
XYZ3.272.511.61-
YUV44.12120.6145.74-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 51.49%
GREEN value IS 34 (13.67% from 255) = 25.37%
BLUE value IS 31 (12.5% from 255) = 23.13%
R=51.49%
G=25.37%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.55
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69343100.510.550.734.743819.61
Hex45221F033374952614
Octal10542370636711154624
Binary1000101100010111110110011110111100100110110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45221F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45221F; }

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

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

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

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

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

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

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

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