Html Css Color HEX #392215 Brown Pod

📋 copy color: '#392215'

red 57 ◦ green 34 ◦ blue 21

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

Shades of Brown Pod #392215

Tints of Brown Pod #392215

RGB

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

 GREEN value IS 34 (13.67% from 255) = 30.36%

 BLUE value IS 21 (8.59% from 255) = 18.75%

R = 50.89%
G = 30.36%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.63

 K value IS 0.78

RGB Variations

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

Color information

#392215 (or 0x392215) is known color: Brown Pod. HEX triplet: 39, 22 and 15. RGB value is (57,34,21). Sum of RGB (Red+Green+Blue) = 57+34+21=112 (14% of max value = 765). Red value is 57 (22.66% from 255 or 50.89% from 112); Green value is 34 (13.67% from 255 or 30.36% from 112); Blue value is 21 (8.59% from 255 or 18.75% from 112); Max value from RGB is 57 - color contains mainly: red. Hex color #392215 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392215 is #C6DDEA. Grayscale: #272727. Windows color (decimal): -13032939 or 1385017. OLE color: 1385017.

HSL color Cylindrical-coordinate representation of color #392215: hue angle of 21.67º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #392215 is Cyan = 0, Magento = 0.40, Yellow = 0.63 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 34 21 -
CMYK 0 0.40 0.63 0.78
HSL 21.67º 0.46% 0.15% -
HSV(B) 21.67º 0.63% 0.22% -
XYZ 2.39 2.07 0.98 -
YUV 39.4 117.62 140.56 -
System Red Green Blue C M Y K H S L
Decimal 57 34 21 0 0.40 0.63 0.78 21.67 0.46 0.15
Hex 39 22 15 0 28 3F 4E 16 2E F
Octal 71 42 25 0 50 77 116 26 56 17
Binary 111001 100010 10101 0 101000 111111 1001110 10110 101110 1111

Color Harmonies of #392215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392215

Black with #392215

Text Example


Text Example

White with #392215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392215; }

 p { color: rgb(57,34,21); }

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

background-color css

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

 a { background-color: rgb(57,34,21); }

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

border-color css

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

 span { border-color: rgb(57,34,21); }

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