Html Css Color HEX #392219 Brown Pod

📋 copy color: '#392219'

red 57 ◦ green 34 ◦ blue 25

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

Shades of Brown Pod #392219

Tints of Brown Pod #392219

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 21.55%

R = 49.14%
G = 29.31%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.56

 K value IS 0.78

RGB Variations

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

Color information

#392219 (or 0x392219) is known color: Brown Pod. HEX triplet: 39, 22 and 19. RGB value is (57,34,25). Sum of RGB (Red+Green+Blue) = 57+34+25=116 (15% of max value = 765). Red value is 57 (22.66% from 255 or 49.14% from 116); Green value is 34 (13.67% from 255 or 29.31% from 116); Blue value is 25 (10.16% from 255 or 21.55% from 116); Max value from RGB is 57 - color contains mainly: red. Hex color #392219 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392219 is #C6DDE6. Grayscale: #272727. Windows color (decimal): -13032935 or 1647161. OLE color: 1647161.

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

Color convert

RGB 57 34 25 -
CMYK 0 0.40 0.56 0.78
HSL 16.88º 0.39% 0.16% -
HSV(B) 16.88º 0.56% 0.22% -
XYZ 2.43 2.08 1.19 -
YUV 39.85 119.62 140.23 -
System Red Green Blue C M Y K H S L
Decimal 57 34 25 0 0.40 0.56 0.78 16.88 0.39 0.16
Hex 39 22 19 0 28 38 4E 11 27 10
Octal 71 42 31 0 50 70 116 21 47 20
Binary 111001 100010 11001 0 101000 111000 1001110 10001 100111 10000

Color Harmonies of #392219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392219

Black with #392219

Text Example


Text Example

White with #392219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392219; }

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

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

background-color css

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

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

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

border-color css

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

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

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