Html Css Color HEX #391F13 Brown Pod

📋 copy color: '#391F13'

red 57 ◦ green 31 ◦ blue 19

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

Shades of Brown Pod #391F13

Tints of Brown Pod #391F13

RGB

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

 GREEN value IS 31 (12.5% from 255) = 28.97%

 BLUE value IS 19 (7.81% from 255) = 17.76%

R = 53.27%
G = 28.97%
B = 17.76%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.67

 K value IS 0.78

RGB Variations

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

Color information

#391F13 (or 0x391F13) is known color: Brown Pod. HEX triplet: 39, 1F and 13. RGB value is (57,31,19). Sum of RGB (Red+Green+Blue) = 57+31+19=107 (14% of max value = 765). Red value is 57 (22.66% from 255 or 53.27% from 107); Green value is 31 (12.5% from 255 or 28.97% from 107); Blue value is 19 (7.81% from 255 or 17.76% from 107); Max value from RGB is 57 - color contains mainly: red. Hex color #391F13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #391F13 is #C6E0EC. Grayscale: #252525. Windows color (decimal): -13033709 or 1253177. OLE color: 1253177.

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

Color convert

RGB 57 31 19 -
CMYK 0 0.46 0.67 0.78
HSL 18.95º 0.5% 0.15% -
HSV(B) 18.95º 0.67% 0.22% -
XYZ 2.29 1.9 0.86 -
YUV 37.41 117.61 141.98 -
System Red Green Blue C M Y K H S L
Decimal 57 31 19 0 0.46 0.67 0.78 18.95 0.5 0.15
Hex 39 1F 13 0 2E 43 4E 13 32 F
Octal 71 37 23 0 56 103 116 23 62 17
Binary 111001 11111 10011 0 101110 1000011 1001110 10011 110010 1111

Color Harmonies of #391F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391F13

Black with #391F13

Text Example


Text Example

White with #391F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391F13; }

 p { color: rgb(57,31,19); }

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

background-color css

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

 a { background-color: rgb(57,31,19); }

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

border-color css

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

 span { border-color: rgb(57,31,19); }

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