Html Css Color HEX #392421 Livid Brown

📋 copy color: '#392421'

red 57 ◦ green 36 ◦ blue 33

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

Shades of Livid Brown #392421

Tints of Livid Brown #392421

RGB

 RED value IS 57 (22.66% from 255) = 45.24%

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

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

R = 45.24%
G = 28.57%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.42

 K value IS 0.78

RGB Variations

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

Color information

#392421 (or 0x392421) is known color: Livid Brown. HEX triplet: 39, 24 and 21. RGB value is (57,36,33). Sum of RGB (Red+Green+Blue) = 57+36+33=126 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.24% from 126); Green value is 36 (14.45% from 255 or 28.57% from 126); Blue value is 33 (13.28% from 255 or 26.19% from 126); Max value from RGB is 57 - color contains mainly: red. Hex color #392421 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392421 is #C6DBDE. Grayscale: #292929. Windows color (decimal): -13032415 or 2171961. OLE color: 2171961.

HSL color Cylindrical-coordinate representation of color #392421: hue angle of 7.5º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #392421 is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 36 33 -
CMYK 0 0.37 0.42 0.78
HSL 7.5º 0.27% 0.18% -
HSV(B) 7.5º 0.42% 0.22% -
XYZ 2.59 2.24 1.73 -
YUV 41.94 122.96 138.74 -
System Red Green Blue C M Y K H S L
Decimal 57 36 33 0 0.37 0.42 0.78 7.5 0.27 0.18
Hex 39 24 21 0 25 2A 4E 8 1B 12
Octal 71 44 41 0 45 52 116 10 33 22
Binary 111001 100100 100001 0 100101 101010 1001110 1000 11011 10010

Color Harmonies of #392421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392421

Black with #392421

Text Example


Text Example

White with #392421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392421; }

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

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

background-color css

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

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

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

border-color css

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

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

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