#34241B

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

Shades of Wood Bark #34241B

Tints of Wood Bark #34241B

Color information

#34241B (or 0x34241B) is unknown color: approx Wood Bark. HEX triplet: 34, 24 and 1B. RGB value is (52,36,27). Sum of RGB (Red+Green+Blue) = 52+36+27=115 (15% of max value = 765). Red value is 52 (20.70% from 255 or 45.22% from 115); Green value is 36 (14.45% from 255 or 31.30% from 115); Blue value is 27 (10.94% from 255 or 23.48% from 115); Max value from RGB is 52 - color contains mainly: red. Hex color #34241B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34241B is #CBDBE4. Grayscale: #272727. Windows color (decimal): -13360101 or 1778740. OLE color: 1778740.

HSL color Cylindrical-coordinate representation of color #34241B: hue angle of 21.6º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #34241B is Cyan = 0, Magento = 0.31, Yellow = 0.48 and Black (K on CMYK) = 0.80.

Color convert

RGB523627-
CMYK00.310.480.80
HSL21.6º31.65%15.49%-
HSV(B)21.6º48.08%20.39%-
XYZ2.242.071.32-
YUV39.76120.8136.73-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 45.22%
GREEN value IS 36 (14.45% from 255) = 31.30%
BLUE value IS 27 (10.94% from 255) = 23.48%
R=45.22%
G=31.30%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.48
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52362700.310.480.8021.631.6515.49
Hex34241B01F30501620f
Octal64443303760120264017
Binary110100100100110110111111100001010000101101000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34241B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34241B; }

 p { color: rgb(52,36,27); }

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

<style>
 a { background-color: #34241B; }

 a { background-color: rgb(52,36,27); }

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

<style>
 span { border-color: #34241B; }

 span { border-color: rgb(52,36,27); }

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