#45251F

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

Shades of Brown Pod #45251F

Tints of Brown Pod #45251F

Color information

#45251F (or 0x45251F) is unknown color: approx Brown Pod. HEX triplet: 45, 25 and 1F. RGB value is (69,37,31). Sum of RGB (Red+Green+Blue) = 69+37+31=137 (18% of max value = 765). Red value is 69 (27.34% from 255 or 50.36% from 137); Green value is 37 (14.84% from 255 or 27.01% from 137); Blue value is 31 (12.5% from 255 or 22.63% from 137); Max value from RGB is 69 - color contains mainly: red. Hex color #45251F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45251F is #BADAE0. Grayscale: #2D2D2D. Windows color (decimal): -12245729 or 2041157. OLE color: 2041157.

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

Color convert

RGB693731-
CMYK00.460.550.73
HSL9.47º38%19.61%-
HSV(B)9.47º55.07%27.06%-
XYZ3.362.691.64-
YUV45.88119.6144.49-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 50.36%
GREEN value IS 37 (14.84% from 255) = 27.01%
BLUE value IS 31 (12.5% from 255) = 22.63%
R=50.36%
G=27.01%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.55
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69373100.460.550.739.473819.61
Hex45251F02E374992614
Octal105453705667111114624
Binary10001011001011111101011101101111001001100110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45251F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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