#34251F

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

Shades of Wood Bark #34251F

Tints of Wood Bark #34251F

Color information

#34251F (or 0x34251F) is unknown color: approx Wood Bark. HEX triplet: 34, 25 and 1F. RGB value is (52,37,31). Sum of RGB (Red+Green+Blue) = 52+37+31=120 (15% of max value = 765). Red value is 52 (20.70% from 255 or 43.33% from 120); Green value is 37 (14.84% from 255 or 30.83% from 120); Blue value is 31 (12.5% from 255 or 25.83% from 120); Max value from RGB is 52 - color contains mainly: red. Hex color #34251F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34251F is #CBDAE0. Grayscale: #282828. Windows color (decimal): -13359841 or 2041140. OLE color: 2041140.

HSL color Cylindrical-coordinate representation of color #34251F: hue angle of 17.14º degrees, saturation: 0.25, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #34251F is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.80.

Color convert

RGB523731-
CMYK00.290.400.80
HSL17.14º25.3%16.27%-
HSV(B)17.14º40.38%20.39%-
XYZ2.332.151.59-
YUV40.8122.47135.99-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 43.33%
GREEN value IS 37 (14.84% from 255) = 30.83%
BLUE value IS 31 (12.5% from 255) = 25.83%
R=43.33%
G=30.83%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.40
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52373100.290.400.8017.1425.316.27
Hex34251F01D2850111910
Octal64453703550120213120
Binary110100100101111110111011010001010000100011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34251F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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