Html Css Color HEX #332321 Livid Brown

📋 copy color: '#332321'

red 51 ◦ green 35 ◦ blue 33

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

Shades of Livid Brown #332321

Tints of Livid Brown #332321

RGB

 RED value IS 51 (20.31% from 255) = 42.86%

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

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

R = 42.86%
G = 29.41%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.35

 K value IS 0.8

RGB Variations

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

Color information

#332321 (or 0x332321) is known color: Livid Brown. HEX triplet: 33, 23 and 21. RGB value is (51,35,33). Sum of RGB (Red+Green+Blue) = 51+35+33=119 (15% of max value = 765). Red value is 51 (20.31% from 255 or 42.86% from 119); Green value is 35 (14.06% from 255 or 29.41% from 119); Blue value is 33 (13.28% from 255 or 27.73% from 119); Max value from RGB is 51 - color contains mainly: red. Hex color #332321 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332321 is #CCDCDE. Grayscale: #272727. Windows color (decimal): -13425887 or 2171699. OLE color: 2171699.

HSL color Cylindrical-coordinate representation of color #332321: hue angle of 6.67º degrees, saturation: 0.21, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #332321 is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 35 33 -
CMYK 0 0.31 0.35 0.8
HSL 6.67º 0.21% 0.16% -
HSV(B) 6.67º 0.35% 0.2% -
XYZ 2.24 2.02 1.71 -
YUV 39.56 124.3 136.16 -
System Red Green Blue C M Y K H S L
Decimal 51 35 33 0 0.31 0.35 0.8 6.67 0.21 0.16
Hex 33 23 21 0 1F 23 50 7 15 10
Octal 63 43 41 0 37 43 120 7 25 20
Binary 110011 100011 100001 0 11111 100011 1010000 111 10101 10000

Color Harmonies of #332321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332321

Black with #332321

Text Example


Text Example

White with #332321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332321; }

 p { color: rgb(51,35,33); }

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

background-color css

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

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

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

border-color css

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

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

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