Html Css Color HEX #392316 Brown Pod

📋 copy color: '#392316'

red 57 ◦ green 35 ◦ blue 22

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

Shades of Brown Pod #392316

Tints of Brown Pod #392316

RGB

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

 GREEN value IS 35 (14.06% from 255) = 30.7%

 BLUE value IS 22 (8.98% from 255) = 19.3%

R = 50%
G = 30.7%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.61

 K value IS 0.78

RGB Variations

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

Color information

#392316 (or 0x392316) is known color: Brown Pod. HEX triplet: 39, 23 and 16. RGB value is (57,35,22). Sum of RGB (Red+Green+Blue) = 57+35+22=114 (15% of max value = 765). Red value is 57 (22.66% from 255 or 50% from 114); Green value is 35 (14.06% from 255 or 30.70% from 114); Blue value is 22 (8.98% from 255 or 19.30% from 114); Max value from RGB is 57 - color contains mainly: red. Hex color #392316 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392316 is #C6DCE9. Grayscale: #282828. Windows color (decimal): -13032682 or 1450809. OLE color: 1450809.

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

Color convert

RGB 57 35 22 -
CMYK 0 0.39 0.61 0.78
HSL 22.29º 0.44% 0.15% -
HSV(B) 22.29º 0.61% 0.22% -
XYZ 2.43 2.13 1.04 -
YUV 40.1 117.79 140.06 -
System Red Green Blue C M Y K H S L
Decimal 57 35 22 0 0.39 0.61 0.78 22.29 0.44 0.15
Hex 39 23 16 0 27 3D 4E 16 2C F
Octal 71 43 26 0 47 75 116 26 54 17
Binary 111001 100011 10110 0 100111 111101 1001110 10110 101100 1111

Color Harmonies of #392316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392316

Black with #392316

Text Example


Text Example

White with #392316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392316; }

 p { color: rgb(57,35,22); }

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

background-color css

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

 a { background-color: rgb(57,35,22); }

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

border-color css

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

 span { border-color: rgb(57,35,22); }

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