Html Css Color HEX #352720 Wood Bark

📋 copy color: '#352720'

red 53 ◦ green 39 ◦ blue 32

#352720
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wood Bark #352720

Tints of Wood Bark #352720

RGB

 RED value IS 53 (21.09% from 255) = 42.74%

 GREEN value IS 39 (15.63% from 255) = 31.45%

 BLUE value IS 32 (12.89% from 255) = 25.81%

R = 42.74%
G = 31.45%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.40

 K value IS 0.79

RGB Variations

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

Color information

#352720 (or 0x352720) is known color: Wood Bark. HEX triplet: 35, 27 and 20. RGB value is (53,39,32). Sum of RGB (Red+Green+Blue) = 53+39+32=124 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.74% from 124); Green value is 39 (15.62% from 255 or 31.45% from 124); Blue value is 32 (12.89% from 255 or 25.81% from 124); Max value from RGB is 53 - color contains mainly: red. Hex color #352720 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352720 is #CAD8DF. Grayscale: #2A2A2A. Windows color (decimal): -13293792 or 2107189. OLE color: 2107189.

HSL color Cylindrical-coordinate representation of color #352720: hue angle of 20º degrees, saturation: 0.25, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #352720 is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 39 32 -
CMYK 0 0.26 0.40 0.79
HSL 20º 0.25% 0.17% -
HSV(B) 20º 0.4% 0.21% -
XYZ 2.45 2.31 1.68 -
YUV 42.39 122.14 135.57 -
System Red Green Blue C M Y K H S L
Decimal 53 39 32 0 0.26 0.40 0.79 20 0.25 0.17
Hex 35 27 20 0 1A 28 4F 14 19 11
Octal 65 47 40 0 32 50 117 24 31 21
Binary 110101 100111 100000 0 11010 101000 1001111 10100 11001 10001

Color Harmonies of #352720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352720

Black with #352720

Text Example


Text Example

White with #352720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352720; }

 p { color: rgb(53,39,32); }

 H1.HeaderClassName
 {
   color: #352720;
 }
 .AnyTagClassName
 {
   color: #352720;
 }
</style>

background-color css

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

 a { background-color: rgb(53,39,32); }

 div.DivClassName
 {
   background-color: #352720;
 }
 .BgClassName
 {
   background-color: #352720;
 }
</style>

border-color css

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

 span { border-color: rgb(53,39,32); }

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