Html Css Color HEX #352421 Livid Brown

📋 copy color: '#352421'

red 53 ◦ green 36 ◦ blue 33

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

Shades of Livid Brown #352421

Tints of Livid Brown #352421

RGB

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

 GREEN value IS 36 (14.45% from 255) = 29.51%

 BLUE value IS 33 (13.28% from 255) = 27.05%

R = 43.44%
G = 29.51%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.38

 K value IS 0.79

RGB Variations

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

Color information

#352421 (or 0x352421) is known color: Livid Brown. HEX triplet: 35, 24 and 21. RGB value is (53,36,33). Sum of RGB (Red+Green+Blue) = 53+36+33=122 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.44% from 122); Green value is 36 (14.45% from 255 or 29.51% from 122); Blue value is 33 (13.28% from 255 or 27.05% from 122); Max value from RGB is 53 - color contains mainly: red. Hex color #352421 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352421 is #CADBDE. Grayscale: #282828. Windows color (decimal): -13294559 or 2171957. OLE color: 2171957.

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

Color convert

RGB 53 36 33 -
CMYK 0 0.32 0.38 0.79
HSL 0.23% 0.17% -
HSV(B) 0.38% 0.21% -
XYZ 2.37 2.13 1.72 -
YUV 40.74 123.63 136.74 -
System Red Green Blue C M Y K H S L
Decimal 53 36 33 0 0.32 0.38 0.79 9 0.23 0.17
Hex 35 24 21 0 20 26 4F 9 17 11
Octal 65 44 41 0 40 46 117 11 27 21
Binary 110101 100100 100001 0 100000 100110 1001111 1001 10111 10001

Color Harmonies of #352421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352421

Black with #352421

Text Example


Text Example

White with #352421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352421; }

 p { color: rgb(53,36,33); }

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

background-color css

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

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

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

border-color css

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

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

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