Html Css Color HEX #391B16 Brown Pod

📋 copy color: '#391B16'

red 57 ◦ green 27 ◦ blue 22

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

Shades of Brown Pod #391B16

Tints of Brown Pod #391B16

RGB

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

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

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

R = 53.77%
G = 25.47%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.61

 K value IS 0.78

RGB Variations

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

Color information

#391B16 (or 0x391B16) is known color: Brown Pod. HEX triplet: 39, 1B and 16. RGB value is (57,27,22). Sum of RGB (Red+Green+Blue) = 57+27+22=106 (14% of max value = 765). Red value is 57 (22.66% from 255 or 53.77% from 106); Green value is 27 (10.94% from 255 or 25.47% from 106); Blue value is 22 (8.98% from 255 or 20.75% from 106); Max value from RGB is 57 - color contains mainly: red. Hex color #391B16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #391B16 is #C6E4E9. Grayscale: #232323. Windows color (decimal): -13034730 or 1448761. OLE color: 1448761.

HSL color Cylindrical-coordinate representation of color #391B16: hue angle of 8.57º 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 #391B16 is Cyan = 0, Magento = 0.53, Yellow = 0.61 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 27 22 -
CMYK 0 0.53 0.61 0.78
HSL 8.57º 0.44% 0.15% -
HSV(B) 8.57º 0.61% 0.22% -
XYZ 2.22 1.71 0.97 -
YUV 35.4 120.44 143.41 -
System Red Green Blue C M Y K H S L
Decimal 57 27 22 0 0.53 0.61 0.78 8.57 0.44 0.15
Hex 39 1B 16 0 35 3D 4E 9 2C F
Octal 71 33 26 0 65 75 116 11 54 17
Binary 111001 11011 10110 0 110101 111101 1001110 1001 101100 1111

Color Harmonies of #391B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391B16

Black with #391B16

Text Example


Text Example

White with #391B16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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