#32251F

Color #32251F Wood Bark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wood Bark #32251F

Tints of Wood Bark #32251F

Color information

#32251F (or 0x32251F) is unknown color: approx Wood Bark. HEX triplet: 32, 25 and 1F. RGB value is (50,37,31). Sum of RGB (Red+Green+Blue) = 50+37+31=118 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.37% from 118); Green value is 37 (14.84% from 255 or 31.36% from 118); Blue value is 31 (12.5% from 255 or 26.27% from 118); Max value from RGB is 50 - color contains mainly: red. Hex color #32251F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32251F is #CDDAE0. Grayscale: #282828. Windows color (decimal): -13490913 or 2041138. OLE color: 2041138.

HSL color Cylindrical-coordinate representation of color #32251F: hue angle of 18.95º degrees, saturation: 0.23, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #32251F is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.80.

Color convert

RGB503731-
CMYK00.260.380.80
HSL18.95º23.46%15.88%-
HSV(B)18.95º38%19.61%-
XYZ2.222.11.58-
YUV40.2122.81134.99-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 42.37%
GREEN value IS 37 (14.84% from 255) = 31.36%
BLUE value IS 31 (12.5% from 255) = 26.27%
R=42.37%
G=31.36%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.38
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50373100.260.380.8018.9523.4615.88
Hex32251F01A2650131710
Octal62453703246120232720
Binary110010100101111110110101001101010000100111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32251F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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