Html Css Color HEX #352C28 Wood Bark

📋 copy color: '#352C28'

red 53 ◦ green 44 ◦ blue 40

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

Shades of Wood Bark #352C28

Tints of Wood Bark #352C28

RGB

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

 GREEN value IS 44 (17.58% from 255) = 32.12%

 BLUE value IS 40 (16.02% from 255) = 29.2%

R = 38.69%
G = 32.12%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.25

 K value IS 0.79

RGB Variations

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

Color information

#352C28 (or 0x352C28) is known color: Wood Bark. HEX triplet: 35, 2C and 28. RGB value is (53,44,40). Sum of RGB (Red+Green+Blue) = 53+44+40=137 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.69% from 137); Green value is 44 (17.58% from 255 or 32.12% from 137); Blue value is 40 (16.02% from 255 or 29.20% from 137); Max value from RGB is 53 - color contains mainly: red. Hex color #352C28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352C28 is #CAD3D7. Grayscale: #2E2E2E. Windows color (decimal): -13292504 or 2632757. OLE color: 2632757.

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

Color convert

RGB 53 44 40 -
CMYK 0 0.17 0.25 0.79
HSL 18.46º 0.14% 0.18% -
HSV(B) 18.46º 0.25% 0.21% -
XYZ 2.75 2.71 2.39 -
YUV 46.24 124.48 132.83 -
System Red Green Blue C M Y K H S L
Decimal 53 44 40 0 0.17 0.25 0.79 18.46 0.14 0.18
Hex 35 2C 28 0 11 19 4F 12 E 12
Octal 65 54 50 0 21 31 117 22 16 22
Binary 110101 101100 101000 0 10001 11001 1001111 10010 1110 10010

Color Harmonies of #352C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352C28

Black with #352C28

Text Example


Text Example

White with #352C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352C28; }

 p { color: rgb(53,44,40); }

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

background-color css

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

 a { background-color: rgb(53,44,40); }

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

border-color css

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

 span { border-color: rgb(53,44,40); }

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