Html Css Color HEX #391F17 Brown Pod

📋 copy color: '#391F17'

red 57 ◦ green 31 ◦ blue 23

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

Shades of Brown Pod #391F17

Tints of Brown Pod #391F17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 20.72%

R = 51.35%
G = 27.93%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.60

 K value IS 0.78

RGB Variations

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

Color information

#391F17 (or 0x391F17) is known color: Brown Pod. HEX triplet: 39, 1F and 17. RGB value is (57,31,23). Sum of RGB (Red+Green+Blue) = 57+31+23=111 (14% of max value = 765). Red value is 57 (22.66% from 255 or 51.35% from 111); Green value is 31 (12.5% from 255 or 27.93% from 111); Blue value is 23 (9.38% from 255 or 20.72% from 111); Max value from RGB is 57 - color contains mainly: red. Hex color #391F17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #391F17 is #C6E0E8. Grayscale: #252525. Windows color (decimal): -13033705 or 1515321. OLE color: 1515321.

HSL color Cylindrical-coordinate representation of color #391F17: hue angle of 14.12º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #391F17 is Cyan = 0, Magento = 0.46, Yellow = 0.60 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 31 23 -
CMYK 0 0.46 0.60 0.78
HSL 14.12º 0.43% 0.16% -
HSV(B) 14.12º 0.6% 0.22% -
XYZ 2.33 1.91 1.06 -
YUV 37.86 119.61 141.65 -
System Red Green Blue C M Y K H S L
Decimal 57 31 23 0 0.46 0.60 0.78 14.12 0.43 0.16
Hex 39 1F 17 0 2E 3C 4E E 2A 10
Octal 71 37 27 0 56 74 116 16 52 20
Binary 111001 11111 10111 0 101110 111100 1001110 1110 101010 10000

Color Harmonies of #391F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391F17

Black with #391F17

Text Example


Text Example

White with #391F17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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