#45251D

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

Shades of Brown Pod #45251D

Tints of Brown Pod #45251D

Color information

#45251D (or 0x45251D) is unknown color: approx Brown Pod. HEX triplet: 45, 25 and 1D. RGB value is (69,37,29). Sum of RGB (Red+Green+Blue) = 69+37+29=135 (17% of max value = 765). Red value is 69 (27.34% from 255 or 51.11% from 135); Green value is 37 (14.84% from 255 or 27.41% from 135); Blue value is 29 (11.72% from 255 or 21.48% from 135); Max value from RGB is 69 - color contains mainly: red. Hex color #45251D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45251D is #BADAE2. Grayscale: #2D2D2D. Windows color (decimal): -12245731 or 1910085. OLE color: 1910085.

HSL color Cylindrical-coordinate representation of color #45251D: hue angle of 12º 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 #45251D is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.73.

Color convert

RGB693729-
CMYK00.460.580.73
HSL12º40.82%19.22%-
HSV(B)12º57.97%27.06%-
XYZ3.342.681.5-
YUV45.66118.6144.65-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 51.11%
GREEN value IS 37 (14.84% from 255) = 27.41%
BLUE value IS 29 (11.72% from 255) = 21.48%
R=51.11%
G=27.41%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.58
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69372900.460.580.731240.8219.22
Hex45251D02E3A49c2913
Octal105453505672111145123
Binary10001011001011110101011101110101001001110010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45251D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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