Html Css Color HEX #332A29 Livid Brown

📋 copy color: '#332A29'

red 51 ◦ green 42 ◦ blue 41

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

Shades of Livid Brown #332A29

Tints of Livid Brown #332A29

RGB

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

 GREEN value IS 42 (16.8% from 255) = 31.34%

 BLUE value IS 41 (16.41% from 255) = 30.6%

R = 38.06%
G = 31.34%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.20

 K value IS 0.8

RGB Variations

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

Color information

#332A29 (or 0x332A29) is known color: Livid Brown. HEX triplet: 33, 2A and 29. RGB value is (51,42,41). Sum of RGB (Red+Green+Blue) = 51+42+41=134 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.06% from 134); Green value is 42 (16.80% from 255 or 31.34% from 134); Blue value is 41 (16.41% from 255 or 30.60% from 134); Max value from RGB is 51 - color contains mainly: red. Hex color #332A29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332A29 is #CCD5D6. Grayscale: #2C2C2C. Windows color (decimal): -13424087 or 2697779. OLE color: 2697779.

HSL color Cylindrical-coordinate representation of color #332A29: hue angle of 6º degrees, saturation: 0.11, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #332A29 is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 42 41 -
CMYK 0 0.18 0.20 0.8
HSL 0.11% 0.18% -
HSV(B) 0.2% 0.2% -
XYZ 2.59 2.52 2.45 -
YUV 44.58 125.98 132.58 -
System Red Green Blue C M Y K H S L
Decimal 51 42 41 0 0.18 0.20 0.8 6 0.11 0.18
Hex 33 2A 29 0 12 14 50 6 B 12
Octal 63 52 51 0 22 24 120 6 13 22
Binary 110011 101010 101001 0 10010 10100 1010000 110 1011 10010

Color Harmonies of #332A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332A29

Black with #332A29

Text Example


Text Example

White with #332A29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332A29; }

 p { color: rgb(51,42,41); }

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

background-color css

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

 a { background-color: rgb(51,42,41); }

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

border-color css

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

 span { border-color: rgb(51,42,41); }

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