#45201B

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

Shades of Brown Pod #45201B

Tints of Brown Pod #45201B

Color information

#45201B (or 0x45201B) is unknown color: approx Brown Pod. HEX triplet: 45, 20 and 1B. RGB value is (69,32,27). Sum of RGB (Red+Green+Blue) = 69+32+27=128 (16% of max value = 765). Red value is 69 (27.34% from 255 or 53.91% from 128); Green value is 32 (12.89% from 255 or 25% from 128); Blue value is 27 (10.94% from 255 or 21.09% from 128); Max value from RGB is 69 - color contains mainly: red. Hex color #45201B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45201B is #BADFE4. Grayscale: #2A2A2A. Windows color (decimal): -12247013 or 1777733. OLE color: 1777733.

HSL color Cylindrical-coordinate representation of color #45201B: hue angle of 7.14º degrees, saturation: 0.44, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #45201B is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.73.

Color convert

RGB693227-
CMYK00.540.610.73
HSL7.14º43.75%18.82%-
HSV(B)7.14º60.87%27.06%-
XYZ3.172.381.33-
YUV42.49119.26146.91-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 53.91%
GREEN value IS 32 (12.89% from 255) = 25%
BLUE value IS 27 (10.94% from 255) = 21.09%
R=53.91%
G=25%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.61
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69322700.540.610.737.1443.7518.82
Hex45201B0363D4972c13
Octal10540330667511175423
Binary1000101100000110110110110111101100100111110110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45201B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45201B; }

 p { color: rgb(69,32,27); }

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

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

 a { background-color: rgb(69,32,27); }

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

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

 span { border-color: rgb(69,32,27); }

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