Html Css Color HEX #352823 Wood Bark

📋 copy color: '#352823'

red 53 ◦ green 40 ◦ blue 35

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

Shades of Wood Bark #352823

Tints of Wood Bark #352823

RGB

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

 GREEN value IS 40 (16.02% from 255) = 31.25%

 BLUE value IS 35 (14.06% from 255) = 27.34%

R = 41.41%
G = 31.25%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.34

 K value IS 0.79

RGB Variations

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

Color information

#352823 (or 0x352823) is known color: Wood Bark. HEX triplet: 35, 28 and 23. RGB value is (53,40,35). Sum of RGB (Red+Green+Blue) = 53+40+35=128 (16% of max value = 765). Red value is 53 (21.09% from 255 or 41.41% from 128); Green value is 40 (16.02% from 255 or 31.25% from 128); Blue value is 35 (14.06% from 255 or 27.34% from 128); Max value from RGB is 53 - color contains mainly: red. Hex color #352823 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352823 is #CAD7DC. Grayscale: #2B2B2B. Windows color (decimal): -13293533 or 2304053. OLE color: 2304053.

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

Color convert

RGB 53 40 35 -
CMYK 0 0.25 0.34 0.79
HSL 16.67º 0.2% 0.17% -
HSV(B) 16.67º 0.34% 0.21% -
XYZ 2.53 2.4 1.92 -
YUV 43.32 123.31 134.91 -
System Red Green Blue C M Y K H S L
Decimal 53 40 35 0 0.25 0.34 0.79 16.67 0.2 0.17
Hex 35 28 23 0 19 22 4F 11 14 11
Octal 65 50 43 0 31 42 117 21 24 21
Binary 110101 101000 100011 0 11001 100010 1001111 10001 10100 10001

Color Harmonies of #352823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352823

Black with #352823

Text Example


Text Example

White with #352823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352823; }

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

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

background-color css

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

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

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

border-color css

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

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

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