#45251E

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

Shades of Brown Pod #45251E

Tints of Brown Pod #45251E

Color information

#45251E (or 0x45251E) is unknown color: approx Brown Pod. HEX triplet: 45, 25 and 1E. RGB value is (69,37,30). Sum of RGB (Red+Green+Blue) = 69+37+30=136 (18% of max value = 765). Red value is 69 (27.34% from 255 or 50.74% from 136); Green value is 37 (14.84% from 255 or 27.21% from 136); Blue value is 30 (12.11% from 255 or 22.06% from 136); Max value from RGB is 69 - color contains mainly: red. Hex color #45251E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45251E is #BADAE1. Grayscale: #2D2D2D. Windows color (decimal): -12245730 or 1975621. OLE color: 1975621.

HSL color Cylindrical-coordinate representation of color #45251E: hue angle of 10.77º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #45251E is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.73.

Color convert

RGB693730-
CMYK00.460.570.73
HSL10.77º39.39%19.41%-
HSV(B)10.77º56.52%27.06%-
XYZ3.352.681.57-
YUV45.77119.1144.57-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 50.74%
GREEN value IS 37 (14.84% from 255) = 27.21%
BLUE value IS 30 (12.11% from 255) = 22.06%
R=50.74%
G=27.21%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.57
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69373000.460.570.7310.7739.3919.41
Hex45251E02E3949b2713
Octal105453605671111134723
Binary10001011001011111001011101110011001001101110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45251E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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