Html Css Color HEX #391B0E Brown Pod

📋 copy color: '#391B0E'

red 57 ◦ green 27 ◦ blue 14

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

Shades of Brown Pod #391B0E

Tints of Brown Pod #391B0E

RGB

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

 GREEN value IS 27 (10.94% from 255) = 27.55%

 BLUE value IS 14 (5.86% from 255) = 14.29%

R = 58.16%
G = 27.55%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.75

 K value IS 0.78

RGB Variations

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

Color information

#391B0E (or 0x391B0E) is known color: Brown Pod. HEX triplet: 39, 1B and 0E. RGB value is (57,27,14). Sum of RGB (Red+Green+Blue) = 57+27+14=98 (12% of max value = 765). Red value is 57 (22.66% from 255 or 58.16% from 98); Green value is 27 (10.94% from 255 or 27.55% from 98); Blue value is 14 (5.86% from 255 or 14.29% from 98); Max value from RGB is 57 - color contains mainly: red. Hex color #391B0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #391B0E is #C6E4F1. Grayscale: #222222. Windows color (decimal): -13034738 or 924473. OLE color: 924473.

HSL color Cylindrical-coordinate representation of color #391B0E: hue angle of 18.14º degrees, saturation: 0.61, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #391B0E is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 27 14 -
CMYK 0 0.53 0.75 0.78
HSL 18.14º 0.61% 0.14% -
HSV(B) 18.14º 0.75% 0.22% -
XYZ 2.16 1.69 0.63 -
YUV 34.49 116.44 144.06 -
System Red Green Blue C M Y K H S L
Decimal 57 27 14 0 0.53 0.75 0.78 18.14 0.61 0.14
Hex 39 1B E 0 35 4B 4E 12 3D E
Octal 71 33 16 0 65 113 116 22 75 16
Binary 111001 11011 1110 0 110101 1001011 1001110 10010 111101 1110

Color Harmonies of #391B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391B0E

Black with #391B0E

Text Example


Text Example

White with #391B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,27,14); }

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

background-color css

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

 a { background-color: rgb(57,27,14); }

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

border-color css

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

 span { border-color: rgb(57,27,14); }

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