Html Css Color HEX #392521 Brown Pod

📋 copy color: '#392521'

red 57 ◦ green 37 ◦ blue 33

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

Shades of Brown Pod #392521

Tints of Brown Pod #392521

RGB

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

 GREEN value IS 37 (14.84% from 255) = 29.13%

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

R = 44.88%
G = 29.13%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.42

 K value IS 0.78

RGB Variations

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

Color information

#392521 (or 0x392521) is known color: Brown Pod. HEX triplet: 39, 25 and 21. RGB value is (57,37,33). Sum of RGB (Red+Green+Blue) = 57+37+33=127 (16% of max value = 765). Red value is 57 (22.66% from 255 or 44.88% from 127); Green value is 37 (14.84% from 255 or 29.13% from 127); Blue value is 33 (13.28% from 255 or 25.98% from 127); Max value from RGB is 57 - color contains mainly: red. Hex color #392521 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392521 is #C6DADE. Grayscale: #2A2A2A. Windows color (decimal): -13032159 or 2172217. OLE color: 2172217.

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

Color convert

RGB 57 37 33 -
CMYK 0 0.35 0.42 0.78
HSL 10º 0.27% 0.18% -
HSV(B) 10º 0.42% 0.22% -
XYZ 2.62 2.3 1.75 -
YUV 42.52 122.63 138.33 -
System Red Green Blue C M Y K H S L
Decimal 57 37 33 0 0.35 0.42 0.78 10 0.27 0.18
Hex 39 25 21 0 23 2A 4E A 1B 12
Octal 71 45 41 0 43 52 116 12 33 22
Binary 111001 100101 100001 0 100011 101010 1001110 1010 11011 10010

Color Harmonies of #392521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392521

Black with #392521

Text Example


Text Example

White with #392521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392521; }

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

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

background-color css

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

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

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

border-color css

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

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

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