Html Css Color HEX #332424 Livid Brown

📋 copy color: '#332424'

red 51 ◦ green 36 ◦ blue 36

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

Shades of Livid Brown #332424

Tints of Livid Brown #332424

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 29.27%

R = 41.46%
G = 29.27%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.29

 K value IS 0.8

RGB Variations

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

Color information

#332424 (or 0x332424) is known color: Livid Brown. HEX triplet: 33, 24 and 24. RGB value is (51,36,36). Sum of RGB (Red+Green+Blue) = 51+36+36=123 (16% of max value = 765). Red value is 51 (20.31% from 255 or 41.46% from 123); Green value is 36 (14.45% from 255 or 29.27% from 123); Blue value is 36 (14.45% from 255 or 29.27% from 123); Max value from RGB is 51 - color contains mainly: red. Hex color #332424 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332424 is #CCDBDB. Grayscale: #282828. Windows color (decimal): -13425628 or 2368563. OLE color: 2368563.

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

Color convert

RGB 51 36 36 -
CMYK 0 0.29 0.29 0.8
HSL 0.17% 0.17% -
HSV(B) 0.29% 0.2% -
XYZ 2.31 2.09 1.95 -
YUV 40.49 125.47 135.5 -
System Red Green Blue C M Y K H S L
Decimal 51 36 36 0 0.29 0.29 0.8 0 0.17 0.17
Hex 33 24 24 0 1D 1D 50 0 11 11
Octal 63 44 44 0 35 35 120 0 21 21
Binary 110011 100100 100100 0 11101 11101 1010000 0 10001 10001

Color Harmonies of #332424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332424

Black with #332424

Text Example


Text Example

White with #332424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332424; }

 p { color: rgb(51,36,36); }

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

background-color css

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

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

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

border-color css

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

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

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