Html Css Color HEX #352623 Livid Brown

📋 copy color: '#352623'

red 53 ◦ green 38 ◦ blue 35

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

Shades of Livid Brown #352623

Tints of Livid Brown #352623

RGB

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

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

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

R = 42.06%
G = 30.16%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.34

 K value IS 0.79

RGB Variations

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

Color information

#352623 (or 0x352623) is known color: Livid Brown. HEX triplet: 35, 26 and 23. RGB value is (53,38,35). Sum of RGB (Red+Green+Blue) = 53+38+35=126 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.06% from 126); Green value is 38 (15.23% from 255 or 30.16% from 126); Blue value is 35 (14.06% from 255 or 27.78% from 126); Max value from RGB is 53 - color contains mainly: red. Hex color #352623 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352623 is #CAD9DC. Grayscale: #2A2A2A. Windows color (decimal): -13294045 or 2303541. OLE color: 2303541.

HSL color Cylindrical-coordinate representation of color #352623: hue angle of 10º 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 #352623 is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 38 35 -
CMYK 0 0.28 0.34 0.79
HSL 10º 0.2% 0.17% -
HSV(B) 10º 0.34% 0.21% -
XYZ 2.46 2.26 1.9 -
YUV 42.14 123.97 135.74 -
System Red Green Blue C M Y K H S L
Decimal 53 38 35 0 0.28 0.34 0.79 10 0.2 0.17
Hex 35 26 23 0 1C 22 4F A 14 11
Octal 65 46 43 0 34 42 117 12 24 21
Binary 110101 100110 100011 0 11100 100010 1001111 1010 10100 10001

Color Harmonies of #352623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352623

Black with #352623

Text Example


Text Example

White with #352623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352623; }

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

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

background-color css

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

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

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

border-color css

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

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

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