Html Css Color HEX #332928 Livid Brown

📋 copy color: '#332928'

red 51 ◦ green 41 ◦ blue 40

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

Shades of Livid Brown #332928

Tints of Livid Brown #332928

RGB

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

 GREEN value IS 41 (16.41% from 255) = 31.06%

 BLUE value IS 40 (16.02% from 255) = 30.3%

R = 38.64%
G = 31.06%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.22

 K value IS 0.8

RGB Variations

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

Color information

#332928 (or 0x332928) is known color: Livid Brown. HEX triplet: 33, 29 and 28. RGB value is (51,41,40). Sum of RGB (Red+Green+Blue) = 51+41+40=132 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.64% from 132); Green value is 41 (16.41% from 255 or 31.06% from 132); Blue value is 40 (16.02% from 255 or 30.30% from 132); Max value from RGB is 51 - color contains mainly: red. Hex color #332928 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332928 is #CCD6D7. Grayscale: #2B2B2B. Windows color (decimal): -13424344 or 2631987. OLE color: 2631987.

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

Color convert

RGB 51 41 40 -
CMYK 0 0.20 0.22 0.8
HSL 5.45º 0.12% 0.18% -
HSV(B) 5.45º 0.22% 0.2% -
XYZ 2.54 2.44 2.35 -
YUV 43.88 125.81 133.08 -
System Red Green Blue C M Y K H S L
Decimal 51 41 40 0 0.20 0.22 0.8 5.45 0.12 0.18
Hex 33 29 28 0 14 16 50 5 C 12
Octal 63 51 50 0 24 26 120 5 14 22
Binary 110011 101001 101000 0 10100 10110 1010000 101 1100 10010

Color Harmonies of #332928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332928

Black with #332928

Text Example


Text Example

White with #332928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332928; }

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

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

background-color css

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

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

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

border-color css

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

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

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