#45241B

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

Shades of Brown Pod #45241B

Tints of Brown Pod #45241B

Color information

#45241B (or 0x45241B) is unknown color: approx Brown Pod. HEX triplet: 45, 24 and 1B. RGB value is (69,36,27). Sum of RGB (Red+Green+Blue) = 69+36+27=132 (17% of max value = 765). Red value is 69 (27.34% from 255 or 52.27% from 132); Green value is 36 (14.45% from 255 or 27.27% from 132); Blue value is 27 (10.94% from 255 or 20.45% from 132); Max value from RGB is 69 - color contains mainly: red. Hex color #45241B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45241B is #BADBE4. Grayscale: #2C2C2C. Windows color (decimal): -12245989 or 1778757. OLE color: 1778757.

HSL color Cylindrical-coordinate representation of color #45241B: hue angle of 12.86º 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 #45241B is Cyan = 0, Magento = 0.48, Yellow = 0.61 and Black (K on CMYK) = 0.73.

Color convert

RGB693627-
CMYK00.480.610.73
HSL12.86º43.75%18.82%-
HSV(B)12.86º60.87%27.06%-
XYZ3.282.611.37-
YUV44.84117.93145.23-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 52.27%
GREEN value IS 36 (14.45% from 255) = 27.27%
BLUE value IS 27 (10.94% from 255) = 20.45%
R=52.27%
G=27.27%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.61
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69362700.480.610.7312.8643.7518.82
Hex45241B0303D49d2c13
Octal105443306075111155423
Binary10001011001001101101100001111011001001110110110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45241B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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