Html Css Color HEX #352323 Livid Brown

📋 copy color: '#352323'

red 53 ◦ green 35 ◦ blue 35

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

Shades of Livid Brown #352323

Tints of Livid Brown #352323

RGB

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

 GREEN value IS 35 (14.06% from 255) = 28.46%

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

R = 43.09%
G = 28.46%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.34

 K value IS 0.79

RGB Variations

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

Color information

#352323 (or 0x352323) is known color: Livid Brown. HEX triplet: 35, 23 and 23. RGB value is (53,35,35). Sum of RGB (Red+Green+Blue) = 53+35+35=123 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.09% from 123); Green value is 35 (14.06% from 255 or 28.46% from 123); Blue value is 35 (14.06% from 255 or 28.46% from 123); Max value from RGB is 53 - color contains mainly: red. Hex color #352323 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352323 is #CADCDC. Grayscale: #282828. Windows color (decimal): -13294813 or 2302773. OLE color: 2302773.

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

Color convert

RGB 53 35 35 -
CMYK 0 0.34 0.34 0.79
HSL 0.2% 0.17% -
HSV(B) 0.34% 0.21% -
XYZ 2.37 2.08 1.87 -
YUV 40.38 124.96 137 -
System Red Green Blue C M Y K H S L
Decimal 53 35 35 0 0.34 0.34 0.79 0 0.2 0.17
Hex 35 23 23 0 22 22 4F 0 14 11
Octal 65 43 43 0 42 42 117 0 24 21
Binary 110101 100011 100011 0 100010 100010 1001111 0 10100 10001

Color Harmonies of #352323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352323

Black with #352323

Text Example


Text Example

White with #352323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352323; }

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

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

background-color css

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

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

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

border-color css

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

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

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