Html Css Color HEX #392821 Brown Pod

📋 copy color: '#392821'

red 57 ◦ green 40 ◦ blue 33

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

Shades of Brown Pod #392821

Tints of Brown Pod #392821

RGB

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

 GREEN value IS 40 (16.02% from 255) = 30.77%

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

R = 43.85%
G = 30.77%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.42

 K value IS 0.78

RGB Variations

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

Color information

#392821 (or 0x392821) is known color: Brown Pod. HEX triplet: 39, 28 and 21. RGB value is (57,40,33). Sum of RGB (Red+Green+Blue) = 57+40+33=130 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.85% from 130); Green value is 40 (16.02% from 255 or 30.77% from 130); Blue value is 33 (13.28% from 255 or 25.38% from 130); Max value from RGB is 57 - color contains mainly: red. Hex color #392821 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392821 is #C6D7DE. Grayscale: #2C2C2C. Windows color (decimal): -13031391 or 2172985. OLE color: 2172985.

HSL color Cylindrical-coordinate representation of color #392821: hue angle of 17.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 #392821 is Cyan = 0, Magento = 0.30, Yellow = 0.42 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 40 33 -
CMYK 0 0.30 0.42 0.78
HSL 17.5º 0.27% 0.18% -
HSV(B) 17.5º 0.42% 0.22% -
XYZ 2.72 2.5 1.78 -
YUV 44.29 121.63 137.07 -
System Red Green Blue C M Y K H S L
Decimal 57 40 33 0 0.30 0.42 0.78 17.5 0.27 0.18
Hex 39 28 21 0 1E 2A 4E 12 1B 12
Octal 71 50 41 0 36 52 116 22 33 22
Binary 111001 101000 100001 0 11110 101010 1001110 10010 11011 10010

Color Harmonies of #392821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392821

Black with #392821

Text Example


Text Example

White with #392821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392821; }

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

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

background-color css

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

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

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

border-color css

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

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

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