Html Css Color HEX #352A25 Wood Bark

📋 copy color: '#352A25'

red 53 ◦ green 42 ◦ blue 37

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

Shades of Wood Bark #352A25

Tints of Wood Bark #352A25

RGB

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

 GREEN value IS 42 (16.8% from 255) = 31.82%

 BLUE value IS 37 (14.84% from 255) = 28.03%

R = 40.15%
G = 31.82%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.30

 K value IS 0.79

RGB Variations

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

Color information

#352A25 (or 0x352A25) is known color: Wood Bark. HEX triplet: 35, 2A and 25. RGB value is (53,42,37). Sum of RGB (Red+Green+Blue) = 53+42+37=132 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.15% from 132); Green value is 42 (16.80% from 255 or 31.82% from 132); Blue value is 37 (14.84% from 255 or 28.03% from 132); Max value from RGB is 53 - color contains mainly: red. Hex color #352A25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352A25 is #CAD5DA. Grayscale: #2C2C2C. Windows color (decimal): -13293019 or 2435637. OLE color: 2435637.

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

Color convert

RGB 53 42 37 -
CMYK 0 0.21 0.30 0.79
HSL 18.75º 0.18% 0.18% -
HSV(B) 18.75º 0.3% 0.21% -
XYZ 2.63 2.55 2.1 -
YUV 44.72 123.64 133.91 -
System Red Green Blue C M Y K H S L
Decimal 53 42 37 0 0.21 0.30 0.79 18.75 0.18 0.18
Hex 35 2A 25 0 15 1E 4F 13 12 12
Octal 65 52 45 0 25 36 117 23 22 22
Binary 110101 101010 100101 0 10101 11110 1001111 10011 10010 10010

Color Harmonies of #352A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352A25

Black with #352A25

Text Example


Text Example

White with #352A25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,42,37); }

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

background-color css

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

 a { background-color: rgb(53,42,37); }

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

border-color css

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

 span { border-color: rgb(53,42,37); }

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