Html Css Color HEX #352621 Wood Bark

📋 copy color: '#352621'

red 53 ◦ green 38 ◦ blue 33

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

Shades of Wood Bark #352621

Tints of Wood Bark #352621

RGB

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

 GREEN value IS 38 (15.23% from 255) = 30.65%

 BLUE value IS 33 (13.28% from 255) = 26.61%

R = 42.74%
G = 30.65%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.38

 K value IS 0.79

RGB Variations

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

Color information

#352621 (or 0x352621) is known color: Wood Bark. HEX triplet: 35, 26 and 21. RGB value is (53,38,33). Sum of RGB (Red+Green+Blue) = 53+38+33=124 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.74% from 124); Green value is 38 (15.23% from 255 or 30.65% from 124); Blue value is 33 (13.28% from 255 or 26.61% from 124); Max value from RGB is 53 - color contains mainly: red. Hex color #352621 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352621 is #CAD9DE. Grayscale: #292929. Windows color (decimal): -13294047 or 2172469. OLE color: 2172469.

HSL color Cylindrical-coordinate representation of color #352621: hue angle of 15º degrees, saturation: 0.23, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #352621 is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 38 33 -
CMYK 0 0.28 0.38 0.79
HSL 15º 0.23% 0.17% -
HSV(B) 15º 0.38% 0.21% -
XYZ 2.44 2.25 1.75 -
YUV 41.92 122.97 135.91 -
System Red Green Blue C M Y K H S L
Decimal 53 38 33 0 0.28 0.38 0.79 15 0.23 0.17
Hex 35 26 21 0 1C 26 4F F 17 11
Octal 65 46 41 0 34 46 117 17 27 21
Binary 110101 100110 100001 0 11100 100110 1001111 1111 10111 10001

Color Harmonies of #352621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352621

Black with #352621

Text Example


Text Example

White with #352621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352621; }

 p { color: rgb(53,38,33); }

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

background-color css

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

 a { background-color: rgb(53,38,33); }

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

border-color css

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

 span { border-color: rgb(53,38,33); }

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